]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Fix an error in the previous checkin.
authorguy <guy>
Sun, 27 Mar 2005 22:46:21 +0000 (22:46 +0000)
committerguy <guy>
Sun, 27 Mar 2005 22:46:21 +0000 (22:46 +0000)
configure
configure.in

index 0105d2e135fd8cbfa4fb4c84dc8b7e18468fc9b3..75c87725dd9584ecba4c84fefca45e2540b6779e 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 1.185 .
+# From configure.in Revision: 1.186 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.57.
 #
@@ -7145,7 +7145,7 @@ fi
 done
 
 if test "$ac_cv_func_ether_ntohost" = yes -a \
-    test "$ac_cv_buggy_ether_ntohost" = "no"; then
+    "$ac_cv_buggy_ether_ntohost" = "no"; then
        #
        # OK, we have ether_ntohost().  Do we have <netinet/if_ether.h>?
        #
index de514d3d3002db55e2a6d95fc5096cfd69fabfa7..2dc4cb15fe5935b756fa77b02396bf39ad04ef2a 100644 (file)
@@ -1,4 +1,4 @@
-dnl @(#) $Header: /tcpdump/master/tcpdump/configure.in,v 1.185 2005-03-27 22:44:22 guy Exp $ (LBL)
+dnl @(#) $Header: /tcpdump/master/tcpdump/configure.in,v 1.186 2005-03-27 22:46:21 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.185 $)
+AC_REVISION($Revision: 1.186 $)
 AC_PREREQ(2.50)
 AC_INIT(tcpdump.c)
 
@@ -549,7 +549,7 @@ AC_CHECK_FUNCS(ether_ntohost, [
     fi
 ])
 if test "$ac_cv_func_ether_ntohost" = yes -a \
-    test "$ac_cv_buggy_ether_ntohost" = "no"; then
+    "$ac_cv_buggy_ether_ntohost" = "no"; then
        #
        # OK, we have ether_ntohost().  Do we have <netinet/if_ether.h>?
        #