1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

fix the -I path to the proper include dir when --enable-debug is used

This commit is contained in:
Daniel Stenberg 2004-11-11 14:15:41 +00:00
parent a654ef9ee6
commit 2467f814a8

View File

@ -41,7 +41,7 @@ AC_HELP_STRING([--disable-debug],[Disable debug options]),
dnl Checks for standard header files, to make memdebug.h inclusions bettter dnl Checks for standard header files, to make memdebug.h inclusions bettter
AC_HEADER_STDC AC_HEADER_STDC
CPPFLAGS="$CPPFLAGS -DCURLDEBUG -I../include" CPPFLAGS="$CPPFLAGS -DCURLDEBUG -I$srcdir/../include"
CFLAGS="$CFLAGS -g" CFLAGS="$CFLAGS -g"
dnl set compiler "debug" options to become more picky, and remove dnl set compiler "debug" options to become more picky, and remove