]> granicus.if.org Git - php/commitdiff
Revert commit 292222. It's not needed anymore to specify c99.
authorDavid Soria Parra <dsp@php.net>
Tue, 12 Jan 2010 09:28:02 +0000 (09:28 +0000)
committerDavid Soria Parra <dsp@php.net>
Tue, 12 Jan 2010 09:28:02 +0000 (09:28 +0000)
configure.in

index 7b8705aa092789ae8761868b303e8258af8a735c..8305a340cbeefece46c6b7b91d27a0b48c83eeb5 100644 (file)
@@ -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