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

pull/1/head
Daniel Stenberg 21 years ago
parent dd6dd055b3
commit bff8eca5ae
  1. 3
      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

Loading…
Cancel
Save