test if adding ../lib to includes can fix the current break ...

This commit is contained in:
Gunter Knauf 2009-07-16 12:20:16 +00:00
parent b74b5e0602
commit 56e6441ceb
1 changed files with 2 additions and 1 deletions

View File

@ -1150,7 +1150,8 @@ AC_DEFUN([CARES_CHECK_CURLDEBUG], [
if test "$want_curldebug" = "yes"; then
dnl TODO: Verify if the BUILDING_LIBCURL definition is still required.
AC_DEFINE(BUILDING_LIBCURL, 1, [when building as static part of libcurl])
CPPFLAGS="$CPPFLAGS -DCURLDEBUG"
# CPPFLAGS="$CPPFLAGS -DCURLDEBUG"
CPPFLAGS="$CPPFLAGS -DCURLDEBUG -I../lib"
squeeze CPPFLAGS
fi
#