diff --git a/configure b/configure index f7ead7c..e60365e 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.105 . +# From configure.in Revision: 1.106 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.57. # @@ -3718,7 +3718,7 @@ fi done if test $needsnprintf = yes; then - LIBOBJS="$LIBOBJS snprintf.o.$ac_objext" + LIBOBJS="$LIBOBJS snprintf.$ac_objext" fi echo "$as_me:$LINENO: checking if --disable-protochain option is specified" >&5 diff --git a/configure.in b/configure.in index 9b09208..c11e16b 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -dnl @(#) $Header: /tcpdump/master/libpcap/configure.in,v 1.105 2004-01-14 03:00:36 guy Exp $ (LBL) +dnl @(#) $Header: /tcpdump/master/libpcap/configure.in,v 1.106 2004-02-09 06:28:19 guy Exp $ (LBL) dnl dnl Copyright (c) 1994, 1995, 1996, 1997 dnl The Regents of the University of California. All rights reserved. @@ -6,7 +6,7 @@ dnl dnl Process this file with autoconf to produce a configure script. dnl -AC_REVISION($Revision: 1.105 $) +AC_REVISION($Revision: 1.106 $) AC_PREREQ(2.50) AC_INIT(pcap.c) @@ -36,7 +36,7 @@ needsnprintf=no AC_CHECK_FUNCS(vsnprintf snprintf,, [needsnprintf=yes]) if test $needsnprintf = yes; then - AC_LIBOBJ(snprintf.o) + AC_LIBOBJ(snprintf) fi dnl to pacify those who hate protochain insn