""
This commit is contained in:
@@ -4,6 +4,9 @@ $Id$
|
|||||||
Attributions apply to all preceding items up to the next blank line.
|
Attributions apply to all preceding items up to the next blank line.
|
||||||
Unattributed items are by Paul Warren and Chris Lightfoot.
|
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
|
0.14 06/09/03
|
||||||
* Added forking resolver as fall-back resolver
|
* Added forking resolver as fall-back resolver
|
||||||
* Fixed DNS resolution so that no lookups are done if options.dns_resolution ==
|
* Fixed DNS resolution so that no lookups are done if options.dns_resolution ==
|
||||||
|
|||||||
@@ -277,7 +277,7 @@ if test $foundpcaph = 0 ; then
|
|||||||
else
|
else
|
||||||
dnl assume that -lpcap is under $test_prefix/lib
|
dnl assume that -lpcap is under $test_prefix/lib
|
||||||
if test x$test_prefix != x ; then
|
if test x$test_prefix != x ; then
|
||||||
LDFLAGS="$LDFLAGS -L$test_prefix"
|
LDFLAGS="$LDFLAGS -L$test_prefix/lib"
|
||||||
fi
|
fi
|
||||||
AC_CHECK_LIB(pcap, pcap_open_live, , [
|
AC_CHECK_LIB(pcap, pcap_open_live, , [
|
||||||
AC_MSG_ERROR([can't find libpcap
|
AC_MSG_ERROR([can't find libpcap
|
||||||
|
|||||||
Reference in New Issue
Block a user