From: hno <> Date: Fri, 5 Jan 2001 04:53:57 +0000 (+0000) Subject: Removed extranous check for sys/vfs.h X-Git-Tag: SQUID_3_0_PRE1~1697 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f4cf8ff0d4762843bae9d7265b9f7f187aeeb913;p=thirdparty%2Fsquid.git Removed extranous check for sys/vfs.h --- diff --git a/configure.in b/configure.in index 7b871d06e9..5589768aa3 100644 --- a/configure.in +++ b/configure.in @@ -3,13 +3,13 @@ dnl Configuration input file for Squid dnl dnl Duane Wessels, wessels@nlanr.net, February 1996 (autoconf v2.9) dnl -dnl $Id: configure.in,v 1.210 2000/12/31 23:53:03 wessels Exp $ +dnl $Id: configure.in,v 1.211 2001/01/04 21:53:57 hno Exp $ dnl dnl dnl AC_INIT(src/main.c) AC_CONFIG_HEADER(include/autoconf.h) -AC_REVISION($Revision: 1.210 $)dnl +AC_REVISION($Revision: 1.211 $)dnl AC_PREFIX_DEFAULT(/usr/local/squid) AC_CONFIG_AUX_DIR(cfgaux) @@ -855,7 +855,6 @@ AC_CHECK_HEADERS( \ sys/socket.h \ sys/stat.h \ sys/statvfs.h \ - sys/vfs.h \ sys/syscall.h \ sys/time.h \ sys/types.h \