From 93689c0d948c653a19e1fdbbf6a60d81e421b6b3 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 11 Nov 2004 14:15:41 +0000 Subject: [PATCH] fix the -I path to the proper include dir when --enable-debug is used --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4