git-svn-id: file:///svn/unbound/trunk@856 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2008-01-15 12:58:17 +00:00
parent d7d8e117ef
commit e7d64c7eac
2 changed files with 2 additions and 2 deletions

2
configure vendored
View file

@ -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.

View 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.