From: hno <> Date: Fri, 30 Nov 2001 17:25:13 +0000 (+0000) Subject: bootstrapped X-Git-Tag: SQUID_3_0_PRE1~1264 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=730d4a970a7e8de32db62e922617b88c7f028ade;p=thirdparty%2Fsquid.git bootstrapped --- diff --git a/configure b/configure index 4dd72b42c6..f58fbe6a3a 100755 --- a/configure +++ b/configure @@ -1018,7 +1018,7 @@ INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s" -# From configure.in Revision: 1.248 +# From configure.in Revision: 1.249 echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6 echo "configure:1024: checking whether to enable maintainer-specific portions of Makefiles" >&5 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given. @@ -2347,7 +2347,7 @@ if test "${with_openssl+set}" = set; then ;; *) SSLLIBDIR="$with_openssl/lib" - CFLAGS="-I$with_openssl/include $CFLAGS" + CPPFLAGS="-I$with_openssl/include $CPPFLAGS" USE_OPENSSL=1 esac