From 8ddea4e287d89c677e0c78127515768c4c25eab1 Mon Sep 17 00:00:00 2001 From: Gunter Knauf Date: Thu, 16 Jul 2009 12:20:16 +0000 Subject: [PATCH] test if adding ../lib to includes can fix the current break ... --- m4/cares-compilers.m4 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/m4/cares-compilers.m4 b/m4/cares-compilers.m4 index 589a21c8..e4fd1ec6 100644 --- a/m4/cares-compilers.m4 +++ b/m4/cares-compilers.m4 @@ -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 #