From 49aa7980821504276880eba7d684720be988bf20 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 19 Feb 2004 09:33:59 +0000 Subject: [PATCH] check for standard headers when --enable-debug is used --- ares/configure.ac | 3 +++ 1 file changed, 3 insertions(+) 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