]> granicus.if.org Git - php/commitdiff
- Revert commit 292222. It's not needed anymore to specify c99.
authorPierre Joye <pajoye@php.net>
Wed, 3 Feb 2010 18:52:17 +0000 (18:52 +0000)
committerPierre Joye <pajoye@php.net>
Wed, 3 Feb 2010 18:52:17 +0000 (18:52 +0000)
configure.in

index 718a25c2569bdb9f9ad6968781538726ed63a75a..1af7f7005bbac74ff4b8f195c065fa2eabd3a4c6 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