summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-08-07 00:29:08 +0000
committerYang Tse <yangsita@gmail.com>2008-08-07 00:29:08 +0000
commitbcca6b4a47b7e5d09debb2648a3109885ad1dda9 (patch)
tree8fd642f906703fda55f0562ee106c662f3980a35 /configure.ac
parent088ac83df4dc95cc02432a9731791c67d498a964 (diff)
downloadc-ares-bcca6b4a47b7e5d09debb2648a3109885ad1dda9.tar.gz
c-ares-bcca6b4a47b7e5d09debb2648a3109885ad1dda9.tar.bz2
c-ares-bcca6b4a47b7e5d09debb2648a3109885ad1dda9.zip
Initial support of curlbuild.h and curlrules.h which allows
to have a curl_off_t data type no longer gated to off_t.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 8ba64e7..3488887 100644
--- a/configure.ac
+++ b/configure.ac
@@ -122,6 +122,7 @@ AC_HELP_STRING([--disable-debug],[Disable debug options]),
AC_MSG_RESULT(no)
)
AM_CONDITIONAL(DEBUGBUILD, test x$debugbuild = xyes)
+AM_CONDITIONAL(CURLDEBUG, test x$debugbuild = xyes)
dnl skip libtool C++ and Fortran compiler checks
m4_ifdef([AC_PROG_CXX], [m4_undefine([AC_PROG_CXX])])