]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
work with latest libevent trunk.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 10 Apr 2008 08:16:26 +0000 (08:16 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 10 Apr 2008 08:16:26 +0000 (08:16 +0000)
git-svn-id: file:///svn/unbound/trunk@1026 be551aaa-1e26-0410-a405-d3ace91eadb9

configure
configure.ac
doc/Changelog

index 7adf3dca2329e9e7181cda2f497e4f8ae545e1b9..c79a1cb49a259863cfeb11691e0fcc1fc15fe7eb 100755 (executable)
--- a/configure
+++ b/configure
@@ -21975,7 +21975,7 @@ echo $ECHO_N "checking for libevent... $ECHO_C" >&6; }
                        # libevent source directory
                        { echo "$as_me:$LINENO: result: found in $thedir" >&5
 echo "${ECHO_T}found in $thedir" >&6; }
-                       CPPFLAGS="$CPPFLAGS -I$thedir"
+                       CPPFLAGS="$CPPFLAGS -I$thedir -I$thedir/include"
                        BAK_LDFLAGS="$LDFLAGS"
                        # remove evdns from linking
                        mkdir build >/dev/null 2>&1
index 1e38ce48ffd1c90b55d3fc60d35859d28c68fcc1..016c4a98a1a988877a4e88ba868c9262bf1007b4 100644 (file)
@@ -523,7 +523,7 @@ if test x_$withval == x_yes -o x_$withval != x_no; then
                if test -f "$dir/event.h" -a \( -f "$dir/libevent.la" -o -f "$dir/libev.la" \) ; then
                        # libevent source directory
                        AC_MSG_RESULT(found in $thedir)
-                       CPPFLAGS="$CPPFLAGS -I$thedir"
+                       CPPFLAGS="$CPPFLAGS -I$thedir -I$thedir/include"
                        BAK_LDFLAGS="$LDFLAGS"
                        # remove evdns from linking
                        mkdir build >/dev/null 2>&1
index 83b1d0d5b928b1194f65496484201883c8ebc3f2..a390f6f00719fb46d8c4cee5450bde7bc21b51a2 100644 (file)
@@ -1,3 +1,6 @@
+10 April 2008: Wouter
+       - --with-libevent works with latest libevent 1.4.99-trunk.
+
 9 April 2008: Wouter
        - configure can detect libev(from its build directory) when passed
          --with-libevent=/home/wouter/libev-3.2