summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorassar <assar>1999-11-21 03:42:19 +0000
committerassar <assar>1999-11-21 03:42:19 +0000
commit11c9ef9a8878ddfa0996b11f49f367657f74cbc2 (patch)
tree09a1fa5811177bf9962ae073c6235227d7341239 /configure.in
parent380b8e9042f510047a5284d06a8062bf7ec0f92a (diff)
downloadtcpdump-11c9ef9a8878ddfa0996b11f49f367657f74cbc2.tar.gz
test if the C compiler supports inline. this should allow the code to
built with more non-GCC compilers
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index fb1523a6..e72d75a1 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-dnl @(#) $Header: /tcpdump/master/tcpdump/configure.in,v 1.80 1999-10-30 23:45:51 itojun Exp $ (LBL)
+dnl @(#) $Header: /tcpdump/master/tcpdump/configure.in,v 1.81 1999-11-21 03:42:19 assar Exp $ (LBL)
dnl
dnl Copyright (c) 1994, 1995, 1996, 1997
dnl The Regents of the University of California. All rights reserved.
@@ -17,6 +17,7 @@ if test -z "$PWD" ; then
fi
AC_LBL_C_INIT(V_CCOPT, V_INCLS)
+AC_C_INLINE
AC_CHECK_HEADERS(fcntl.h malloc.h memory.h rpc/rpcent.h)
AC_HEADER_TIME