#! /bin/sh
-# From configure.in Revision: 1.147
+# From configure.in Revision: 1.148
else
if test "$cross_compiling" = yes; then
- ac_cv_buggy_ether_ntohost=not while cross-compiling
+ ac_cv_buggy_ether_ntohost="not while cross-compiling"
else
cat > conftest.$ac_ext <<EOF
#line 2963 "configure"
-dnl @(#) $Header: /tcpdump/master/tcpdump/configure.in,v 1.147 2002-04-07 02:09:04 guy Exp $ (LBL)
+dnl @(#) $Header: /tcpdump/master/tcpdump/configure.in,v 1.148 2002-04-07 02:12:01 guy Exp $ (LBL)
dnl
dnl Copyright (c) 1994, 1995, 1996, 1997
dnl The Regents of the University of California. All rights reserved.
dnl Process this file with autoconf to produce a configure script.
dnl
-AC_REVISION($Revision: 1.147 $)
+AC_REVISION($Revision: 1.148 $)
AC_PREREQ(2.13)
AC_INIT(tcpdump.c)
}
], [ac_cv_buggy_ether_ntohost=no],
[ac_cv_buggy_ether_ntohost=yes],
- [ac_cv_buggy_ether_ntohost=not while cross-compiling])])
+ [ac_cv_buggy_ether_ntohost="not while cross-compiling"])])
if test "$ac_cv_buggy_ether_ntohost" = "no"; then
AC_DEFINE(USE_ETHER_NTOHOST)
fi