jani Fri Jul 3 11:41:07 2009 UTC Modified files: /php-src configure.in Log: typo. or something. Who knows, the branches are a mess anyway.. http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.678&r2=1.679&diff_format=u Index: php-src/configure.in diff -u php-src/configure.in:1.678 php-src/configure.in:1.679 --- php-src/configure.in:1.678 Mon May 18 21:28:42 2009 +++ php-src/configure.in Fri Jul 3 11:41:06 2009 @@ -1,4 +1,4 @@ -## $Id: configure.in,v 1.678 2009/05/18 21:28:42 derick Exp $ -*- autoconf -*- +## $Id: configure.in,v 1.679 2009/07/03 11:41:06 jani Exp $ -*- autoconf -*- dnl ## Process this file with autoconf to produce a configure script. divert(1) @@ -219,6 +219,7 @@ if test "$SUNCC" = "yes"; then CFLAGS="$CFLAGS -xmemalign=8s" fi + ;; esac dnl activate some gcc specific optimizations for gcc >= 4
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php