]> 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 f89627f42653871928a30bd9a7a7ad339f0817fb..fc8e88c6959ebb339b08a82e5eaaf04c5af8c4c7 100644 (file)
@@ -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