]> The Tcpdump Group git mirrors - tcpdump/commitdiff
The string-comparison operator in the "test" command is "=", not "==".
authorguy <guy>
Tue, 5 Feb 2008 18:59:56 +0000 (18:59 +0000)
committerguy <guy>
Tue, 5 Feb 2008 18:59:56 +0000 (18:59 +0000)
configure
configure.in

index bade4ae806bdcf6822dadc0a3102b5fd71c0b759..d2a13c318d0cad573b9827e88dcbb1867c2f34ed 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 1.196.2.1 .
+# From configure.in Revision: 1.196.2.2 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.59.
 #
@@ -3490,7 +3490,7 @@ fi
 
 done
 
-if test "$ac_cv_header_net_pfvar_h" == yes; then
+if test "$ac_cv_header_net_pfvar_h" = yes; then
        LOCALSRC="print-pflog.c $LOCALSRC"
 fi
 
index 4542f55eda8e986a40c6b5a6cda5bb7541af68ff..1b165f800f9715f1055f05f28769b4a5591a48eb 100644 (file)
@@ -1,4 +1,4 @@
-dnl @(#) $Header: /tcpdump/master/tcpdump/configure.in,v 1.196.2.1 2008-02-04 20:33:49 guy Exp $ (LBL)
+dnl @(#) $Header: /tcpdump/master/tcpdump/configure.in,v 1.196.2.2 2008-02-05 18:59:56 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.196.2.1 $)
+AC_REVISION($Revision: 1.196.2.2 $)
 AC_PREREQ(2.50)
 AC_INIT(tcpdump.c)
 
@@ -19,7 +19,7 @@ AC_CHECK_HEADERS(fcntl.h rpc/rpcent.h netdnet/dnetdb.h)
 AC_CHECK_HEADERS(net/pfvar.h, , , [#include <sys/types.h>
 #include <sys/socket.h>
 #include <net/if.h>])
-if test "$ac_cv_header_net_pfvar_h" == yes; then
+if test "$ac_cv_header_net_pfvar_h" = yes; then
        LOCALSRC="print-pflog.c $LOCALSRC"
 fi
 AC_CHECK_HEADERS(netinet/if_ether.h, , , [#include <sys/types.h>