From: wessels <> Date: Wed, 5 May 1999 03:00:34 +0000 (+0000) Subject: Functions checked for in AC_REPLACE_FUNCS don't need to be checked for in X-Git-Tag: SQUID_3_0_PRE1~2219 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e180ba3849a9288f247a0fbd304df768e485d49d;p=thirdparty%2Fsquid.git Functions checked for in AC_REPLACE_FUNCS don't need to be checked for in AC_CHECK_FUNCS (re-run autoconf after applying). Luyer --- diff --git a/configure.in b/configure.in index 188b493a00..72b2777f2a 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.172 1999/04/26 20:44:04 glenn Exp $ +dnl $Id: configure.in,v 1.173 1999/05/04 21:00:34 wessels Exp $ dnl dnl dnl AC_INIT(src/main.c) AC_CONFIG_HEADER(include/autoconf.h) -AC_REVISION($Revision: 1.172 $)dnl +AC_REVISION($Revision: 1.173 $)dnl AC_PREFIX_DEFAULT(/usr/local/squid) AC_CONFIG_AUX_DIR(cfgaux) @@ -909,7 +909,6 @@ dnl Check for library functions AC_CHECK_FUNCS(\ bcopy \ crypt \ - drand48 \ fchmod \ getdtablesize \ getpagesize \ @@ -943,7 +942,6 @@ AC_CHECK_FUNCS(\ srandom \ sysconf \ syslog \ - tempnam \ timegm \ vsnprintf \ )