mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-24 07:32:53 -05:00
fixy.
git-svn-id: file:///svn/unbound/trunk@856 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
d7d8e117ef
commit
e7d64c7eac
2 changed files with 2 additions and 2 deletions
2
configure
vendored
2
configure
vendored
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue