From e7d64c7eac159d8948343a34e62f5ed828f86bba Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Tue, 15 Jan 2008 12:58:17 +0000 Subject: [PATCH] fixy. git-svn-id: file:///svn/unbound/trunk@856 be551aaa-1e26-0410-a405-d3ace91eadb9 --- configure | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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. -- 2.47.2