diff options
author | Yang Tse <yangsita@gmail.com> | 2008-08-07 00:29:08 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-08-07 00:29:08 +0000 |
commit | bcca6b4a47b7e5d09debb2648a3109885ad1dda9 (patch) | |
tree | 8fd642f906703fda55f0562ee106c662f3980a35 /configure.ac | |
parent | 088ac83df4dc95cc02432a9731791c67d498a964 (diff) | |
download | c-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.ac | 1 |
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])]) |