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

pull/1/head
Daniel Stenberg 21 years ago
parent 7319c3a20a
commit 93689c0d94
  1. 2
      configure.ac

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

Loading…
Cancel
Save