summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authoritojun <itojun>2001-06-24 21:39:08 +0000
committeritojun <itojun>2001-06-24 21:39:08 +0000
commit57b2b8fb2fbde4f39f08c756bd52d700c2e3b828 (patch)
treedfb72db7bc38e4f71e4bc2f56cb1c8ff70146b03 /configure.in
parent8d321e51c0889a4f957f17e43fac3fc4d5f2cb1f (diff)
downloadtcpdump-57b2b8fb2fbde4f39f08c756bd52d700c2e3b828.tar.gz
AC_C_BIGENDIAN is no longer used.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 36d3b6ce..fb7d158f 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-dnl @(#) $Header: /tcpdump/master/tcpdump/configure.in,v 1.136 2001-04-27 02:33:43 fenner Exp $ (LBL)
+dnl @(#) $Header: /tcpdump/master/tcpdump/configure.in,v 1.137 2001-06-24 21:39:10 itojun 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.136 $)
+AC_REVISION($Revision: 1.137 $)
AC_PREREQ(2.13)
AC_INIT(tcpdump.c)
@@ -506,7 +506,6 @@ fi
dnl The following generates a warning from autoconf...
errprint(__file__:__line__: please ignore the next warning:
)dnl
-AC_C_BIGENDIAN
AC_CHECK_LIB(dnet, main)
AC_CHECK_LIB(rpc, main)