diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-11-11 14:15:41 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-11-11 14:15:41 +0000 |
commit | 93689c0d948c653a19e1fdbbf6a60d81e421b6b3 (patch) | |
tree | df04953fb02e8a37637bcdf81ac9fa6e1e32447d /configure.ac | |
parent | 7319c3a20ab7c13a9f5c8fddc0e55bf913469ebb (diff) | |
download | c-ares-93689c0d948c653a19e1fdbbf6a60d81e421b6b3.tar.gz c-ares-93689c0d948c653a19e1fdbbf6a60d81e421b6b3.tar.bz2 c-ares-93689c0d948c653a19e1fdbbf6a60d81e421b6b3.zip |
fix the -I path to the proper include dir when --enable-debug is used
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 319d5b7..64c76c9 100644 --- a/configure.ac +++ b/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 |