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 | 2467f814a81f614301c257ab0afb1db29f3ec4f7 (patch) | |
tree | c2bab3f62c23f1febc65dae2a71a84baff3a055b | |
parent | a654ef9ee623de8face4f5737442e9ea6ab794e4 (diff) |
fix the -I path to the proper include dir when --enable-debug is used
-rw-r--r-- | ares/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ares/configure.ac b/ares/configure.ac index 319d5b70b..64c76c9f9 100644 --- a/ares/configure.ac +++ b/ares/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 |