check for standard headers when --enable-debug is used
authorDaniel Stenberg <daniel@haxx.se>
Thu, 19 Feb 2004 09:33:59 +0000 (09:33 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 19 Feb 2004 09:33:59 +0000 (09:33 +0000)
configure.ac

index abb65d9..f4c235f 100644 (file)
@@ -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