This commit is contained in:
chris
2003-09-07 15:35:19 +00:00
parent 9b8f09233a
commit 43eb6fd581
2 changed files with 4 additions and 1 deletions

View File

@@ -4,6 +4,9 @@ $Id$
Attributions apply to all preceding items up to the next blank line.
Unattributed items are by Paul Warren and Chris Lightfoot.
* Fixed the search for libpcap in the configure script
Thomas Schwinge <tschwinge@gmx.net>
0.14 06/09/03
* Added forking resolver as fall-back resolver
* Fixed DNS resolution so that no lookups are done if options.dns_resolution ==

View File

@@ -277,7 +277,7 @@ if test $foundpcaph = 0 ; then
else
dnl assume that -lpcap is under $test_prefix/lib
if test x$test_prefix != x ; then
LDFLAGS="$LDFLAGS -L$test_prefix"
LDFLAGS="$LDFLAGS -L$test_prefix/lib"
fi
AC_CHECK_LIB(pcap, pcap_open_live, , [
AC_MSG_ERROR([can't find libpcap