jani            Fri Jul  3 07:59:54 2009 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src    configure.in 
  Log:
  - Fixed bug #48782 (CFLAGS killed during configure)
  
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.77.2.59&r2=1.579.2.52.2.77.2.60&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.77.2.59 
php-src/configure.in:1.579.2.52.2.77.2.60
--- php-src/configure.in:1.579.2.52.2.77.2.59   Mon Jun 29 16:33:24 2009
+++ php-src/configure.in        Fri Jul  3 07:59:53 2009
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.579.2.52.2.77.2.59 2009/06/29 16:33:24 johannes Exp $ 
-*- autoconf -*-
+## $Id: configure.in,v 1.579.2.52.2.77.2.60 2009/07/03 07:59:53 jani Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -218,8 +218,6 @@
   sparc*)
     if test "$SUNCC" = "yes"; then
       CFLAGS="$CFLAGS -xmemalign=8i"
-    else
-      CFLAGS=""
     fi
     ;;
 esac



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

Reply via email to