From: Wouter Wijngaards Date: Tue, 15 Jan 2008 12:58:17 +0000 (+0000) Subject: fixy. X-Git-Tag: release-0.9~84 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7d64c7eac159d8948343a34e62f5ed828f86bba;p=thirdparty%2Funbound.git fixy. git-svn-id: file:///svn/unbound/trunk@856 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/configure b/configure index 59778e420..20854147c 100755 --- 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. diff --git a/configure.ac b/configure.ac index b175e45e4..e77766bf6 100644 --- a/configure.ac +++ b/configure.ac @@ -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.