diff options
author | Gunter Knauf <gk@gknw.de> | 2009-07-16 12:20:16 +0000 |
---|---|---|
committer | Gunter Knauf <gk@gknw.de> | 2009-07-16 12:20:16 +0000 |
commit | 8ddea4e287d89c677e0c78127515768c4c25eab1 (patch) | |
tree | 8285f128bceff492a509e78909f0b118e572c9e6 | |
parent | e391db0ef9f6b04c384a5ab045e5823bba825f7f (diff) | |
download | c-ares-8ddea4e287d89c677e0c78127515768c4c25eab1.tar.gz c-ares-8ddea4e287d89c677e0c78127515768c4c25eab1.tar.bz2 c-ares-8ddea4e287d89c677e0c78127515768c4c25eab1.zip |
test if adding ../lib to includes can fix the current break ...
-rw-r--r-- | m4/cares-compilers.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/m4/cares-compilers.m4 b/m4/cares-compilers.m4 index 589a21c..e4fd1ec 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 # |