From: Pierre Joye Date: Wed, 3 Feb 2010 18:52:17 +0000 (+0000) Subject: - Revert commit 292222. It's not needed anymore to specify c99. X-Git-Tag: php-5.3.2RC2~80 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e08d410d987a0d75d18cd8799de68711eca5924c;p=php - Revert commit 292222. It's not needed anymore to specify c99. --- diff --git a/configure.in b/configure.in index 718a25c256..1af7f7005b 100644 --- a/configure.in +++ b/configure.in @@ -202,12 +202,7 @@ case $host_cpu in ;; sparc*) if test "$SUNCC" = "yes"; then - CFLAGS="$CFLAGS -xc99=all -xmemalign=8s" - fi - ;; - i386) - if test "$SUNCC" = "yes"; then - CFLAGS="$CFLAGS -xc99=all" + CFLAGS="$CFLAGS -xmemalign=8s" fi ;; esac