]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
fixy.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 15 Jan 2008 12:58:17 +0000 (12:58 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 15 Jan 2008 12:58:17 +0000 (12:58 +0000)
git-svn-id: file:///svn/unbound/trunk@856 be551aaa-1e26-0410-a405-d3ace91eadb9

configure
configure.ac

index 59778e4204c313f428b443be09d998b2594991e0..20854147cf33a148cba485e4557690e35b01ab62 100755 (executable)
--- a/configure
+++ b/configure
@@ -21713,7 +21713,7 @@ echo $ECHO_N "checking for libevent... $ECHO_C" >&6; }
 echo "${ECHO_T}found in $thedir" >&6; }
                        CPPFLAGS="$CPPFLAGS -I$thedir";
                        LATE_LDFLAGS="$thedir/*.lo";
-                       LDFLAGS="$LATE_LDFLAGS $LDFLAGS"
+                       LDFLAGS="$thedir/*.o $LDFLAGS"
                else
                        { { echo "$as_me:$LINENO: error: Cannot find the libevent library in $withval
 You can restart ./configure --with-libevent=no to use a builtin alternative.
index b175e45e4f848437fcb73a2bdfa369fb2f9e78ad..e77766bf6655caa82737ce90d5ef30fdb83b3442 100644 (file)
@@ -513,7 +513,7 @@ if test x_$withval != x_no; then
                        AC_MSG_RESULT(found in $thedir)
                        CPPFLAGS="$CPPFLAGS -I$thedir";
                        LATE_LDFLAGS="$thedir/*.lo";
-                       LDFLAGS="$LATE_LDFLAGS $LDFLAGS"
+                       LDFLAGS="$thedir/*.o $LDFLAGS"
                else
                        AC_MSG_ERROR([Cannot find the libevent library in $withval
 You can restart ./configure --with-libevent=no to use a builtin alternative.