]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bootstrapped
authorhno <>
Mon, 15 Aug 2005 06:10:40 +0000 (06:10 +0000)
committerhno <>
Mon, 15 Aug 2005 06:10:40 +0000 (06:10 +0000)
configure

index b9285df7d43cfeadf0ba7cd41a3911de1fb40a11..5be129605404f51dcb381dfcf50df1b3bcfa3335 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 1.382 .
+# From configure.in Revision: 1.383 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.59.
 #
@@ -34974,6 +34974,15 @@ if test "$IPF_TRANSPARENT" = "no" ; then
     echo "WARNING: Cannot find necessary IP-Filter header files"
     echo "         Transparent Proxy support WILL NOT be enabled"
     sleep 10
+elif test "$IPF_TRANSPARENT" = "yes" ; then
+    case "$host" in
+       *-solaris*)
+           solrev=`uname -r | sh -c 'IFS=. read j n x; echo $n'`
+           CFLAGS="-DSOLARIS2=$solrev $CFLAGS"
+           ;;
+       *)
+           ;;
+    esac
 fi
 
 if test "$PF_TRANSPARENT" ; then