From: hno <> Date: Mon, 5 May 2003 06:11:43 +0000 (+0000) Subject: Bootstrapped X-Git-Tag: SQUID_3_0_PRE1~215 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9282cc28a0ce030d8544f2879f514f86850e7b9e;p=thirdparty%2Fsquid.git Bootstrapped --- diff --git a/configure b/configure index 16f3b731d8..d7b7f70bba 100755 --- 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"