From: guy Date: Tue, 5 Feb 2008 18:58:19 +0000 (+0000) Subject: The string-comparison operator in the "test" command is "=", not "==". X-Git-Tag: tcpdump-4.1.0~194 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/0fe13260f1eb2e655323e9c268262cc0b83bf867?hp=411c7e7f103ec22c094cb5c84fa325091f58d16e The string-comparison operator in the "test" command is "=", not "==". --- diff --git a/configure b/configure index 8d23feac..ee78b46a 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.197 . +# From configure.in Revision: 1.198 . # 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 diff --git a/configure.in b/configure.in index 50ed509f..88882626 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -dnl @(#) $Header: /tcpdump/master/tcpdump/configure.in,v 1.197 2008-02-04 20:33:21 guy Exp $ (LBL) +dnl @(#) $Header: /tcpdump/master/tcpdump/configure.in,v 1.198 2008-02-05 18:58: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.197 $) +AC_REVISION($Revision: 1.198 $) 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 #include #include ]) -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