From: Daniel Stenberg Date: Thu, 19 Feb 2004 09:33:59 +0000 (+0000) Subject: check for standard headers when --enable-debug is used X-Git-Tag: cares-1_1_0~237 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=49aa7980821504276880eba7d684720be988bf20;p=curl check for standard headers when --enable-debug is used --- diff --git a/ares/configure.ac b/ares/configure.ac index abb65d940..f4c235f80 100644 --- a/ares/configure.ac +++ b/ares/configure.ac @@ -30,6 +30,9 @@ AC_HELP_STRING([--disable-debug],[Disable debug options]), ;; *) AC_MSG_RESULT(yes) + dnl Checks for standard header files, to make memdebug.h inclusions bettter + AC_HEADER_STDC + CPPFLAGS="$CPPFLAGS -DCURLDEBUG -I../include" CFLAGS="$CFLAGS -g" if test "$GCC" = "yes"; then