]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Removed extranous check for sys/vfs.h
authorhno <>
Fri, 5 Jan 2001 04:53:57 +0000 (04:53 +0000)
committerhno <>
Fri, 5 Jan 2001 04:53:57 +0000 (04:53 +0000)
configure.in

index 7b871d06e9341d41e157c216fc8c09bded80915b..5589768aa3fad40027cd2b1e306a69c7579cf6ad 100644 (file)
@@ -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 \