From 56e6441ceb00cd78cdc45d28cff0044c8986b1ef 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 ... --- ares/m4/cares-compilers.m4 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ares/m4/cares-compilers.m4 b/ares/m4/cares-compilers.m4 index 589a21c81..e4fd1ec63 100644 --- a/ares/m4/cares-compilers.m4 +++ b/ares/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 #