From 43eb6fd5811a3be5b62e5ed9a9ed86fc6a68d9f2 Mon Sep 17 00:00:00 2001 From: chris <> Date: Sun, 7 Sep 2003 15:35:19 +0000 Subject: [PATCH] "" --- ChangeLog | 3 +++ configure.in | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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