brad 85e8a0d4da upgrade to Squid 2.3.STABLE3
- NOTE: you can now override the dir used for cache/logs by using the
variable STATEDIR. i.e., "make STATEDIR=/alternate/dir package", and it
will be substituted into the INSTALL/DEINSTALL scripts.
2000-06-28 07:08:28 +00:00

35 lines
804 B
Plaintext

--- configure.orig Fri Apr 28 16:17:12 2000
+++ configure Wed Jun 28 00:52:33 2000
@@ -673,12 +673,6 @@
REGEXLIB='' # -lregex
LIBREGEX='' # libregex.a
-if test "$libexecdir" = '${exec_prefix}/libexec'; then
- libexecdir='${bindir}'
- localstatedir='${prefix}'
-
-fi
-
case "$host_os" in
cygwin32|os2)
exec_suffix=".exe"
@@ -4063,18 +4057,6 @@
;;
esac
-
-# Remove optimization for GCC 2.95.[12]
-# gcc -O[2] on *BSD and Linux (x86) causes pointers to magically become NULL
-if test "$GCC" = "yes"; then
- GCCVER=`$CC -v 2>&1 | awk '$2 == "version" {print $3}'`
- case "$GCCVER" in
- 2.95.[12])
- echo "Removing -O for gcc on $host with GCC $GCCVER"
- CFLAGS="`echo $CFLAGS | sed -e 's/-O[0-9]*//'`"
- ;;
- esac
-fi
# Recommended by Balint Nagy Endre <bne@CareNet.hu>
case "$host" in