mirror of
https://github.com/curl/curl.git
synced 2026-07-23 12:07:17 +03:00
check for standard headers when --enable-debug is used
This commit is contained in:
parent
c6e5b67197
commit
49aa798082
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue