From: Gunter Knauf Date: Thu, 16 Jul 2009 12:20:16 +0000 (+0000) Subject: test if adding ../lib to includes can fix the current break ... X-Git-Tag: curl-7_19_6~58 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=56e6441ceb00cd78cdc45d28cff0044c8986b1ef;p=curl test if adding ../lib to includes can fix the current break ... --- 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 #