X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/f6bbd9584948c2a9b2aa3b9fc151bce58f852d5a..refs/heads/tcpdump-3.8:/configure?ds=sidebyside diff --git a/configure b/configure index 7907b87e..a376af6c 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.169.2.3 . +# From configure.in Revision: 1.169.2.5 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.57. # @@ -6836,7 +6836,7 @@ fi done if test $needsnprintf = yes; then - LIBOBJS="$LIBOBJS snprintf.o.$ac_objext" + LIBOBJS="$LIBOBJS snprintf.$ac_objext" fi @@ -8509,7 +8509,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6 - LIBOBJS="$LIBOBJS inet_ntop.o.$ac_objext" + LIBOBJS="$LIBOBJS inet_ntop.$ac_objext" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext echo "$as_me:$LINENO: checking for inet_pton" >&5 @@ -8554,7 +8554,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6 - LIBOBJS="$LIBOBJS inet_pton.o.$ac_objext" + LIBOBJS="$LIBOBJS inet_pton.$ac_objext" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext echo "$as_me:$LINENO: checking for inet_aton" >&5 @@ -8599,7 +8599,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6 - LIBOBJS="$LIBOBJS inet_aton.o.$ac_objext" + LIBOBJS="$LIBOBJS inet_aton.$ac_objext" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext @@ -8822,13 +8822,9 @@ int main () { -char * -return_pcap_version(void) -{ extern char pcap_version[]; - return pcap_version; -} + return (int)pcap_version; ; return 0; @@ -8880,13 +8876,9 @@ int main () { -int -return_pcap_debug(void) -{ extern int pcap_debug; return pcap_debug; -} ; return 0; @@ -8939,13 +8931,9 @@ int main () { - int - return_yydebug(void) - { extern int yydebug; return yydebug; - } ; return 0;