i.e., if no extraneous pcap header directory is found when using an
installed libpcap - we don't die.
-dnl @(#) $Header: /tcpdump/master/tcpdump/aclocal.m4,v 1.96 2003-05-01 21:20:52 guy Exp $ (LBL)
+dnl @(#) $Header: /tcpdump/master/tcpdump/aclocal.m4,v 1.97 2003-05-02 08:41:01 guy Exp $ (LBL)
dnl
dnl Copyright (c) 1995, 1996, 1997, 1998
dnl The Regents of the University of California. All rights reserved.
d="/usr/include/pcap"
fi
fi
- if test -z $d ; then
+ if test -z "$d" ; then
AC_MSG_RESULT(not found)
else
$2="-I$d $$2"
d="/usr/include/pcap"
fi
fi
- if test -z $d ; then
+ if test -z "$d" ; then
echo "$ac_t""not found" 1>&6
else
V_INCLS="-I$d $V_INCLS"