dsp Tue, 12 Jan 2010 09:28:02 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=293442
Log: Revert commit 292222. It's not needed anymore to specify c99. Changed paths: U php/php-src/branches/PHP_5_3/configure.in U php/php-src/trunk/configure.in Modified: php/php-src/branches/PHP_5_3/configure.in =================================================================== --- php/php-src/branches/PHP_5_3/configure.in 2010-01-12 08:38:13 UTC (rev 293441) +++ php/php-src/branches/PHP_5_3/configure.in 2010-01-12 09:28:02 UTC (rev 293442) @@ -202,14 +202,9 @@ ;; sparc*) if test "$SUNCC" = "yes"; then - CFLAGS="$CFLAGS -xc99=all -xmemalign=8s" + CFLAGS="$CFLAGS -xmemalign=8s" fi ;; - i386) - if test "$SUNCC" = "yes"; then - CFLAGS="$CFLAGS -xc99=all" - fi - ;; esac dnl activate some gcc specific optimizations for gcc >= 4 Modified: php/php-src/trunk/configure.in =================================================================== --- php/php-src/trunk/configure.in 2010-01-12 08:38:13 UTC (rev 293441) +++ php/php-src/trunk/configure.in 2010-01-12 09:28:02 UTC (rev 293442) @@ -204,13 +204,9 @@ ;; sparc*) if test "$SUNCC" = "yes"; then - CFLAGS="$CFLAGS -xc99=all -xmemalign=8s" + CFLAGS="$CFLAGS -xmemalign=8s" fi ;; - i386) - if test "$SUNCC" = "yes"; then - CFLAGS="$CFLAGS -xc99=all" - 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