mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-09-11 20:37:43 +02:00
Not needed.
git-svn-id: file:///svn/unbound/trunk@3117 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
@@ -17225,7 +17225,6 @@ large outgoing port ranges. " "$LINENO" 5
|
||||
$as_echo "found in $thedir" >&6; }
|
||||
if test ! -f $thedir/lib/libevent.a -a ! -f $thedir/lib/libevent.so -a -d "$thedir/lib/event2"; then
|
||||
LDFLAGS="$LDFLAGS -L$thedir/lib/event2"
|
||||
CPPFLAGS="$CPPFLAGS -I$thedir/include/event2"
|
||||
|
||||
if test "x$enable_rpath" = xyes; then
|
||||
if echo "$thedir/lib/event2" | grep "^/" >/dev/null; then
|
||||
|
||||
@@ -807,7 +807,6 @@ large outgoing port ranges. ])
|
||||
dnl if event2 exists and no event lib in dir itself, use subdir
|
||||
if test ! -f $thedir/lib/libevent.a -a ! -f $thedir/lib/libevent.so -a -d "$thedir/lib/event2"; then
|
||||
LDFLAGS="$LDFLAGS -L$thedir/lib/event2"
|
||||
CPPFLAGS="$CPPFLAGS -I$thedir/include/event2"
|
||||
ACX_RUNTIME_PATH_ADD([$thedir/lib/event2])
|
||||
else
|
||||
dnl assume /usr is in default path, do not add "".
|
||||
|
||||
Reference in New Issue
Block a user