Changeset 8c749ae5 for configure.in
- Timestamp:
- 06/18/05 16:41:20 (16 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- 5eae97a
- Parents:
- c9d296c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.in
rb5236ad r8c749ae5 76 76 # *BSD doesn't have strndup. Currently provide our own. 77 77 AC_REPLACE_FUNCS(strndup) 78 79 # Check to see if we have libpcap 80 AC_CHECK_LIB(pcap,pcap_open_live, 81 have_pcap_open_live=true, 82 have_pcap_open_live=false) 83 84 if test "$have_pcap_open_live" = true; then 85 AC_DEFINE(HAVE_PCAP,1,[Conditional for building PCAP support]) 86 ADD_LIBS="$ADD_LIBS -lpcap" 87 else 88 AC_DEFINE(HAVE_PCAP,0,[Conditional for building PCAP support]) 89 fi 78 90 79 91 # Earlier versions of pcap don't have pcap_open_dead. EG: the one OpenBSD
Note: See TracChangeset
for help on using the changeset viewer.