diff options
author | Xin LI <delphij@FreeBSD.org> | 2012-10-04 22:40:22 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2012-10-04 22:40:22 +0000 |
commit | 0de8253a2f7ef0628846edb4fdcceb9ccab12d7a (patch) | |
tree | c9eca0fdb327e86bea07fe747313f828731215ca /configure | |
parent | 60894fde29002aac35c5aff244b0f45c4d590413 (diff) | |
download | src-0de8253a2f7ef0628846edb4fdcceb9ccab12d7a.tar.gz src-0de8253a2f7ef0628846edb4fdcceb9ccab12d7a.zip |
Vendor import of tcpdump 4.3.0.vendor/tcpdump/4.3.0
Notes
Notes:
svn path=/vendor/tcpdump/dist/; revision=241211
svn path=/vendor/tcpdump/4.3.0/; revision=241212; tag=vendor/tcpdump/4.3.0
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/configure b/configure index f481d333d3f9..b8027def7ba1 100755 --- a/configure +++ b/configure @@ -7554,9 +7554,23 @@ if test $ac_cv_func_pcap_loop = yes; then else { { echo "$as_me:$LINENO: error: Report this to tcpdump-workers@lists.tcpdump.org, and include the -config.log file in your report" >&5 +config.log file in your report. If you have downloaded libpcap from +tcpdump.org, and built it yourself, please also include the config.log +file from the libpcap source directory, the Makefile from the libpcap +source directory, and the output of the make process for libpcap, as +this could be a problem with the libpcap that was built, and we will +not be able to determine why this is happening, and thus will not be +able to fix it, without that information, as we have not been able to +reproduce this problem ourselves." >&5 echo "$as_me: error: Report this to tcpdump-workers@lists.tcpdump.org, and include the -config.log file in your report" >&2;} +config.log file in your report. If you have downloaded libpcap from +tcpdump.org, and built it yourself, please also include the config.log +file from the libpcap source directory, the Makefile from the libpcap +source directory, and the output of the make process for libpcap, as +this could be a problem with the libpcap that was built, and we will +not be able to determine why this is happening, and thus will not be +able to fix it, without that information, as we have not been able to +reproduce this problem ourselves." >&2;} { (exit 1); exit 1; }; } fi @@ -9330,7 +9344,7 @@ fi done if test $ac_cv_func_pcap_findalldevs = "yes" ; then - savedppflags="$CPPLAGS" + savedcppflags="$CPPFLAGS" CPPFLAGS="$CPPFLAGS $V_INCLS" { echo "$as_me:$LINENO: checking for pcap_if_t" >&5 echo $ECHO_N "checking for pcap_if_t... $ECHO_C" >&6; } @@ -11748,7 +11762,7 @@ _ACEOF fi - savedppflags="$CPPLAGS" + savedcppflags="$CPPFLAGS" CPPFLAGS="$CPPFLAGS $V_INCLS" for ac_header in openssl/evp.h |