diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-03-20 00:38:50 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-03-20 00:38:50 +0000 |
commit | da97171445f2ea15e70e85082595f992c700f887 (patch) | |
tree | 5d0cc9112183322000f564516eb5bceb87352247 /configure.ac | |
parent | bb42658b06414d1d9d2dfe4d5bdae1395af96da8 (diff) | |
download | c-ares-da97171445f2ea15e70e85082595f992c700f887.tar.gz c-ares-da97171445f2ea15e70e85082595f992c700f887.tar.bz2 c-ares-da97171445f2ea15e70e85082595f992c700f887.zip |
attempt to fix the ares link breakage with --enable-debug in libcurl and here
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 30f92b3..ec1d3ba 100644 --- a/configure.ac +++ b/configure.ac @@ -41,6 +41,10 @@ AC_HELP_STRING([--disable-debug],[Disable debug options]), dnl Checks for standard header files, to make memdebug.h inclusions bettter AC_HEADER_STDC + dnl the entire --enable-debug is a hack that lives and runs on top of + dnl libcurl stuff so this BUILDING_LIBCURL is not THAT much uglier + AC_DEFINE(BUILDING_LIBCURL, 1, [when building as static part of libcurl]) + CPPFLAGS="$CPPFLAGS -DCURLDEBUG -I$srcdir/../include" CFLAGS="$CFLAGS -g" |