test if adding ../lib to includes can fix the current break ...
authorGunter Knauf <gk@gknw.de>
Thu, 16 Jul 2009 12:20:16 +0000 (12:20 +0000)
committerGunter Knauf <gk@gknw.de>
Thu, 16 Jul 2009 12:20:16 +0000 (12:20 +0000)
ares/m4/cares-compilers.m4

index 589a21c..e4fd1ec 100644 (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
   #