projects
/
platform
/
upstream
/
c-ares.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e391db0
)
test if adding ../lib to includes can fix the current break ...
author
Gunter Knauf
<gk@gknw.de>
Thu, 16 Jul 2009 12:20:16 +0000
(12:20 +0000)
committer
Gunter Knauf
<gk@gknw.de>
Thu, 16 Jul 2009 12:20:16 +0000
(12:20 +0000)
m4/cares-compilers.m4
patch
|
blob
|
history
diff --git
a/m4/cares-compilers.m4
b/m4/cares-compilers.m4
index 589a21c818f820ba4155b3c82a3228878f0a57ce..e4fd1ec634ef0318be92f4ee2821838ba40bc366 100644
(file)
--- 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
#