Deleted Added
full compact
configure (235530) configure (241235)
1#! /bin/sh
2# From configure.in Revision: 1.204 .
3# Guess values for system-dependent variables and create Makefiles.
4# Generated by GNU Autoconf 2.61.
5#
6# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
7# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
8# This configure script is free software; the Free Software Foundation

--- 7540 unchanged lines hidden (view full) ---

7549fi
7550{ echo "$as_me:$LINENO: result: $ac_cv_func_pcap_loop" >&5
7551echo "${ECHO_T}$ac_cv_func_pcap_loop" >&6; }
7552if test $ac_cv_func_pcap_loop = yes; then
7553 :
7554else
7555
7556 { { echo "$as_me:$LINENO: error: Report this to tcpdump-workers@lists.tcpdump.org, and include the
1#! /bin/sh
2# From configure.in Revision: 1.204 .
3# Guess values for system-dependent variables and create Makefiles.
4# Generated by GNU Autoconf 2.61.
5#
6# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
7# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
8# This configure script is free software; the Free Software Foundation

--- 7540 unchanged lines hidden (view full) ---

7549fi
7550{ echo "$as_me:$LINENO: result: $ac_cv_func_pcap_loop" >&5
7551echo "${ECHO_T}$ac_cv_func_pcap_loop" >&6; }
7552if test $ac_cv_func_pcap_loop = yes; then
7553 :
7554else
7555
7556 { { echo "$as_me:$LINENO: error: Report this to tcpdump-workers@lists.tcpdump.org, and include the
7557config.log file in your report" >&5
7557config.log file in your report. If you have downloaded libpcap from
7558tcpdump.org, and built it yourself, please also include the config.log
7559file from the libpcap source directory, the Makefile from the libpcap
7560source directory, and the output of the make process for libpcap, as
7561this could be a problem with the libpcap that was built, and we will
7562not be able to determine why this is happening, and thus will not be
7563able to fix it, without that information, as we have not been able to
7564reproduce this problem ourselves." >&5
7558echo "$as_me: error: Report this to tcpdump-workers@lists.tcpdump.org, and include the
7565echo "$as_me: error: Report this to tcpdump-workers@lists.tcpdump.org, and include the
7559config.log file in your report" >&2;}
7566config.log file in your report. If you have downloaded libpcap from
7567tcpdump.org, and built it yourself, please also include the config.log
7568file from the libpcap source directory, the Makefile from the libpcap
7569source directory, and the output of the make process for libpcap, as
7570this could be a problem with the libpcap that was built, and we will
7571not be able to determine why this is happening, and thus will not be
7572able to fix it, without that information, as we have not been able to
7573reproduce this problem ourselves." >&2;}
7560 { (exit 1); exit 1; }; }
7561
7562fi
7563
7564
7565 { echo "$as_me:$LINENO: checking for pcap_list_datalinks" >&5
7566echo $ECHO_N "checking for pcap_list_datalinks... $ECHO_C" >&6; }
7567if test "${ac_cv_func_pcap_list_datalinks+set}" = set; then

--- 1757 unchanged lines hidden (view full) ---

9325 cat >>confdefs.h <<_ACEOF
9326#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
9327_ACEOF
9328
9329fi
9330done
9331
9332if test $ac_cv_func_pcap_findalldevs = "yes" ; then
7574 { (exit 1); exit 1; }; }
7575
7576fi
7577
7578
7579 { echo "$as_me:$LINENO: checking for pcap_list_datalinks" >&5
7580echo $ECHO_N "checking for pcap_list_datalinks... $ECHO_C" >&6; }
7581if test "${ac_cv_func_pcap_list_datalinks+set}" = set; then

--- 1757 unchanged lines hidden (view full) ---

9339 cat >>confdefs.h <<_ACEOF
9340#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
9341_ACEOF
9342
9343fi
9344done
9345
9346if test $ac_cv_func_pcap_findalldevs = "yes" ; then
9333 savedppflags="$CPPLAGS"
9347 savedcppflags="$CPPFLAGS"
9334 CPPFLAGS="$CPPFLAGS $V_INCLS"
9335 { echo "$as_me:$LINENO: checking for pcap_if_t" >&5
9336echo $ECHO_N "checking for pcap_if_t... $ECHO_C" >&6; }
9337if test "${ac_cv_type_pcap_if_t+set}" = set; then
9338 echo $ECHO_N "(cached) $ECHO_C" >&6
9339else
9340 cat >conftest.$ac_ext <<_ACEOF
9341/* confdefs.h. */

--- 2401 unchanged lines hidden (view full) ---

11743#define HAVE_LIBCRYPTO 1
11744_ACEOF
11745
11746 LIBS="-lcrypto $LIBS"
11747
11748fi
11749
11750
9348 CPPFLAGS="$CPPFLAGS $V_INCLS"
9349 { echo "$as_me:$LINENO: checking for pcap_if_t" >&5
9350echo $ECHO_N "checking for pcap_if_t... $ECHO_C" >&6; }
9351if test "${ac_cv_type_pcap_if_t+set}" = set; then
9352 echo $ECHO_N "(cached) $ECHO_C" >&6
9353else
9354 cat >conftest.$ac_ext <<_ACEOF
9355/* confdefs.h. */

--- 2401 unchanged lines hidden (view full) ---

11757#define HAVE_LIBCRYPTO 1
11758_ACEOF
11759
11760 LIBS="-lcrypto $LIBS"
11761
11762fi
11763
11764
11751 savedppflags="$CPPLAGS"
11765 savedcppflags="$CPPFLAGS"
11752 CPPFLAGS="$CPPFLAGS $V_INCLS"
11753
11754for ac_header in openssl/evp.h
11755do
11756as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11757if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11758 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11759echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }

--- 1392 unchanged lines hidden ---
11766 CPPFLAGS="$CPPFLAGS $V_INCLS"
11767
11768for ac_header in openssl/evp.h
11769do
11770as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11771if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11772 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11773echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }

--- 1392 unchanged lines hidden ---