mirror of
https://github.com/moparisthebest/curl
synced 2024-11-15 14:05:03 -05:00
check for standard headers when --enable-debug is used
This commit is contained in:
parent
c6e5b67197
commit
49aa798082
@ -30,6 +30,9 @@ AC_HELP_STRING([--disable-debug],[Disable debug options]),
|
|||||||
;;
|
;;
|
||||||
*) AC_MSG_RESULT(yes)
|
*) AC_MSG_RESULT(yes)
|
||||||
|
|
||||||
|
dnl Checks for standard header files, to make memdebug.h inclusions bettter
|
||||||
|
AC_HEADER_STDC
|
||||||
|
|
||||||
CPPFLAGS="$CPPFLAGS -DCURLDEBUG -I../include"
|
CPPFLAGS="$CPPFLAGS -DCURLDEBUG -I../include"
|
||||||
CFLAGS="$CFLAGS -g"
|
CFLAGS="$CFLAGS -g"
|
||||||
if test "$GCC" = "yes"; then
|
if test "$GCC" = "yes"; then
|
||||||
|
Loading…
Reference in New Issue
Block a user