]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
remove first strerror check
authorwessels <>
Sun, 23 Feb 1997 16:07:30 +0000 (16:07 +0000)
committerwessels <>
Sun, 23 Feb 1997 16:07:30 +0000 (16:07 +0000)
configure.in

index ef991b1fb201dfc37bcf74def6e4d874f0fbf519..c2e5664766ec70d285b8c4f0a248d9d772351a93 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.68 1997/02/21 16:28:35 wessels Exp $
+dnl  $Id: configure.in,v 1.69 1997/02/23 09:07:30 wessels Exp $
 dnl
 dnl
 dnl
 AC_INIT(src/main.c)
 AC_CONFIG_HEADER(include/autoconf.h)
-AC_REVISION($Revision: 1.68 $)dnl
+AC_REVISION($Revision: 1.69 $)dnl
 AC_PREFIX_DEFAULT(/usr/local/squid)
 AC_CONFIG_AUX_DIR(aux)
 
@@ -317,7 +317,6 @@ AC_CHECK_FUNCS(\
        sigaction \
        srand48 \
        srandom \
-       strerror \
        sysconf \
        syslog \
        tempnam \