From: wessels <> Date: Sun, 23 Feb 1997 16:07:30 +0000 (+0000) Subject: remove first strerror check X-Git-Tag: SQUID_3_0_PRE1~5083 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afb08deea8eda7388ef346960204a0db3560c167;p=thirdparty%2Fsquid.git remove first strerror check --- diff --git a/configure.in b/configure.in index ef991b1fb2..c2e5664766 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.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 \