pcap link patch

Eddie Kohler kohler at icir.org
Fri May 3 10:01:16 EDT 2002


> If ${PCAP_LIBS} contains a space, "test ${PCAP_LIBS-NO} = NO"
> chokes. "test -z ${PCAP_LIBS}" seemed to be semantically equivalent,

Ahhhhh! Duh. Then the solution is

	test "${PCAP_LIBS-NO}" = NO

Checked in.
E



More information about the click mailing list