]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bootstrapped
authorhno <>
Mon, 5 May 2003 06:11:43 +0000 (06:11 +0000)
committerhno <>
Mon, 5 May 2003 06:11:43 +0000 (06:11 +0000)
configure

index 16f3b731d8317f9904c2cd65599e16c8f40b778d..d7b7f70bba4beafc34b4c86ff2b6410d86e54dc3 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 1.332 .
+# From configure.in Revision: 1.333 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.53.
 #
@@ -4739,6 +4739,11 @@ fi
   if test -z "$SSLLIB"; then
     SSLLIB="-lcrypto" # for MD5 routines
   fi
+    if test -d /usr/kerberos/include && test -z "$SSLLIBDIR" && test -f /usr/include/openssl/kssl.h; then
+    echo "OpenSSL depends on Kerberos"
+    SSLLIBDIR="/usr/kerberos/lib"
+    CPPFLAGS="$CPPFLAGS -I/usr/kerberos/include"
+  fi
 fi
 if test -n "$SSLLIBDIR"; then
   SSLLIB="-L$SSLLIBDIR $SSLLIB"