mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-25 08:02:54 -05:00
Not needed.
git-svn-id: file:///svn/unbound/trunk@3117 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
ed95c1bc72
commit
0bf47ded61
2 changed files with 0 additions and 2 deletions
1
configure
vendored
1
configure
vendored
|
|
@ -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 "".
|
||||
|
|
|
|||
Loading…
Reference in a new issue