From 2b26eb98573a1402a8f39603b9fdaa9d04142c07 Mon Sep 17 00:00:00 2001 From: Colin Hogben Date: Sun, 5 Feb 2012 17:44:22 +0000 Subject: configure: add option disable --libcurl output --- src/tool_easysrc.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/tool_easysrc.c') diff --git a/src/tool_easysrc.c b/src/tool_easysrc.c index 5c42e808e..ba1e78e0d 100644 --- a/src/tool_easysrc.c +++ b/src/tool_easysrc.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2011, Daniel Stenberg, , et al. + * Copyright (C) 1998 - 2012, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -23,6 +23,8 @@ #include +#ifndef CURL_DISABLE_LIBCURL_OPTION + #define ENABLE_CURLX_PRINTF /* use our own printf() functions */ #include "curlx.h" @@ -110,3 +112,4 @@ void dumpeasysrc(struct Configurable *config) easysrc = NULL; } +#endif /* CURL_DISABLE_LIBCURL_OPTION */ -- cgit v1.2.3