check for standard headers when --enable-debug is used

This commit is contained in:
Daniel Stenberg 2004-02-19 09:33:59 +00:00
parent c6e5b67197
commit 49aa798082
1 changed files with 3 additions and 0 deletions

View 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