From 76d87570c98ab8ca0685ce7d63e4455fbc9d7bd2 Mon Sep 17 00:00:00 2001 From: Philippe Houdoin Date: Sat, 20 Jun 2009 08:54:46 +0000 Subject: [PATCH] Fixed Haiku libpcap detection. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31130 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/network/tcpdump/libpcap/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/network/tcpdump/libpcap/configure b/src/bin/network/tcpdump/libpcap/configure index 55fab1fedb..a03dc0603e 100755 --- a/src/bin/network/tcpdump/libpcap/configure +++ b/src/bin/network/tcpdump/libpcap/configure @@ -5235,7 +5235,7 @@ elif test -c /dev/enet ; then # check again in case not readable V_PCAP=enet elif test -c /dev/nit ; then # check again in case not readable V_PCAP=snit -elif test -r /boot/beos ; then +elif test -r /boot/system ; then V_PCAP=haiku else V_PCAP=null