jani            Fri Jul  3 11:42:11 2009 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src    configure.in 
  Log:
  Nuke "hotfix", fix the real issue..
  
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.77.2.60&r2=1.579.2.52.2.77.2.61&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.77.2.60 
php-src/configure.in:1.579.2.52.2.77.2.61
--- php-src/configure.in:1.579.2.52.2.77.2.60   Fri Jul  3 07:59:53 2009
+++ php-src/configure.in        Fri Jul  3 11:42:11 2009
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.579.2.52.2.77.2.60 2009/07/03 07:59:53 jani Exp $ -*- 
autoconf -*-
+## $Id: configure.in,v 1.579.2.52.2.77.2.61 2009/07/03 11:42:11 jani Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -217,7 +217,7 @@
     ;;
   sparc*)
     if test "$SUNCC" = "yes"; then
-      CFLAGS="$CFLAGS -xmemalign=8i"
+      CFLAGS="$CFLAGS -xmemalign=8s"
     fi
     ;;
 esac



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to