]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
s/CRYPT_LIB/CRYPTLIB
authorwessels <>
Mon, 25 Nov 1996 10:19:22 +0000 (10:19 +0000)
committerwessels <>
Mon, 25 Nov 1996 10:19:22 +0000 (10:19 +0000)
configure.in

index f9806d5a5943a0c4ee2bd2551147b90f30e9b620..580d6cd6d49a8cda15aefb57b35156a86f5f25f6 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.51 1996/11/25 03:02:48 wessels Exp $
+dnl  $Id: configure.in,v 1.52 1996/11/25 03:19:22 wessels Exp $
 dnl
 dnl
 dnl
 AC_INIT(src/main.c)
 AC_CONFIG_HEADER(include/autoconf.h)
-AC_REVISION($Revision: 1.51 $)dnl
+AC_REVISION($Revision: 1.52 $)dnl
 AC_PREFIX_DEFAULT(/usr/local/squid)
 AC_CONFIG_AUX_DIR(aux)
 
@@ -225,7 +225,7 @@ AC_CHECK_LIB(socket, main)
 AC_CHECK_LIB(malloc, main, [HAVE_LIBMALLOC="yes"; LIBS="$LIBS -lmalloc"])
 AC_CHECK_LIB(resolv, main)
 AC_CHECK_LIB(bsd, main)
-AC_CHECK_LIB(regex, main, [REGEXLIB="-lregex"]);
+AC_CHECK_LIB(regex, main, [REGEXLIB="-lregex"])
 
 dnl We found a version of libresolv on SunOS 4.x which requires -l44bsd
 dnl We have to first check to see if -l44bsd is present and has the
@@ -235,8 +235,8 @@ AC_CHECK_LIB(resolv, inet_aton, [if test "$HAVE_LIB44BSD" = "yes"; then LIBS="$L
 
 dnl Check for libcrypt
 dnl We use crypt(3) which may be in libc, or in libcrypt (eg FreeBSD)
-AC_CHECK_LIB(crypt, crypt, [CRYPT_LIB="-lcrypt"])
-AC_SUBST(CRYPT_LIB)
+AC_CHECK_LIB(crypt, crypt, [CRYPTLIB="-lcrypt"])
+AC_SUBST(CRYPTLIB)
 
 dnl Check for libshadow which is needed by the shadow password suite
 AC_CHECK_LIB(shadow, main)