aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index ada6b9898..68cc8d292 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2530,6 +2530,10 @@ squeeze CURL_LIBS
squeeze LIBCURL_LIBS
squeeze TEST_SERVER_LIBS
+if test "x$want_debug" = "xyes" && test "x$HAVE_ARES" = "x1"; then
+ ac_configure_args="$ac_configure_args --enable-curldebug"
+fi
+
AC_CONFIG_FILES([Makefile \
docs/Makefile \
docs/examples/Makefile \