tony2001 Tue Jul 29 08:33:52 2008 UTC
Modified files: (Branch: PHP_5_2)
/php-src configure.in
Log:
this shouldn't have been backported
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.103&r2=1.579.2.52.2.104&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.103
php-src/configure.in:1.579.2.52.2.104
--- php-src/configure.in:1.579.2.52.2.103 Sun Jul 27 15:05:48 2008
+++ php-src/configure.in Tue Jul 29 08:33:52 2008
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.579.2.52.2.103 2008/07/27 15:05:48 jani Exp $ -*-
autoconf -*-
+## $Id: configure.in,v 1.579.2.52.2.104 2008/07/29 08:33:52 tony2001 Exp $ -*-
autoconf -*-
dnl ## Process this file with autoconf to produce a configure script.
divert(1)
@@ -189,21 +189,6 @@
;;
esac
-dnl activate some gcc specific optimizations for gcc >= 4
-if test "$GCC" = "yes"; then
- case $host_alias in
- *darwin*)
- GCC_MAJOR_VERSION=`$CC -dumpversion | /usr/bin/sed -nE
'1s/([[0-9]]+)\.[[0-9]]+\..*/\1/;1p'`
- ;;
- *)
- GCC_MAJOR_VERSION=`$CC --version | $SED -n '1s/[[^0-9]]*//;1s/\..*//;1p'`
- ;;
- esac
- if test $GCC_MAJOR_VERSION -ge 4; then
- CFLAGS="$CFLAGS -fvisibility=hidden"
- fi
-fi
-
case $host_alias in
*solaris*)
CPPFLAGS="$CPPFLAGS -D_POSIX_PTHREAD_SEMANTICS"
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php