From: David Soria Parra Date: Tue, 12 Jan 2010 09:28:02 +0000 (+0000) Subject: Revert commit 292222. It's not needed anymore to specify c99. X-Git-Tag: php-5.4.0alpha1~191^2~2098 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cf881fc0f523b00846580481f0cbbf68c326c3e6;p=php Revert commit 292222. It's not needed anymore to specify c99. --- diff --git a/configure.in b/configure.in index 7b8705aa09..8305a340cb 100644 --- a/configure.in +++ b/configure.in @@ -204,13 +204,9 @@ case $host_cpu in ;; 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