aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2009-07-16 12:20:16 +0000
committerGunter Knauf <gk@gknw.de>2009-07-16 12:20:16 +0000
commit56e6441ceb00cd78cdc45d28cff0044c8986b1ef (patch)
tree5c2781936725cc7a908c27cd7a24dcc0f3b4a7be
parentb74b5e0602b26e8eec004b09d455b2ff0dbaffa1 (diff)
test if adding ../lib to includes can fix the current break ...
-rw-r--r--ares/m4/cares-compilers.m43
1 files changed, 2 insertions, 1 deletions
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
#