diff --git a/ChangeLog b/ChangeLog index 406d9ae..e161606 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 + 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 == diff --git a/configure.in b/configure.in index 8579f4b..78a8776 100644 --- a/configure.in +++ b/configure.in @@ -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