Blame SOURCES/arpwatch-2.1a15-nolocalpcap.patch

83d119
--- arpwatch-2.1a15/configure.nolocalpcap	2006-06-21 22:32:38.000000000 +0200
83d119
+++ arpwatch-2.1a15/configure	2006-11-09 15:04:35.000000000 +0100
83d119
@@ -4956,6 +4956,7 @@
83d119
     places=`ls .. | sed -e 's,/$,,' -e 's,^,../,' | \
83d119
 	egrep '/libpcap-[0-9]*\.[0-9]*(\.[0-9]*)?([ab][0-9]*)?$'`
83d119
     for dir in $places ../libpcap libpcap ; do
83d119
+	    break
83d119
 	    basedir=`echo $dir | sed -e 's/[ab][0-9]*$//'`
83d119
 	    if test $lastdir = $basedir ; then
83d119
 		    		    continue;