]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Functions checked for in AC_REPLACE_FUNCS don't need to be checked for in
authorwessels <>
Wed, 5 May 1999 03:00:34 +0000 (03:00 +0000)
committerwessels <>
Wed, 5 May 1999 03:00:34 +0000 (03:00 +0000)
AC_CHECK_FUNCS (re-run autoconf after applying).
Luyer

configure.in

index 188b493a00ecafa4b2bda0be36b78b9134de6a81..72b2777f2a5065468276316582b54f135a7d3bb8 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.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 \
 )