Skip to content

Commit

Permalink
fix the -I path to the proper include dir when --enable-debug is used
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Nov 11, 2004
1 parent 7319c3a commit 93689c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -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
Expand Down

0 comments on commit 93689c0

Please sign in to comment.