jani                                     Sat, 13 Nov 2010 11:07:38 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=305311

Log:
- WS

Changed paths:
    U   php/php-src/branches/PHP_5_3/acinclude.m4
    U   php/php-src/branches/PHP_5_3/configure.in

Modified: php/php-src/branches/PHP_5_3/acinclude.m4
===================================================================
--- php/php-src/branches/PHP_5_3/acinclude.m4   2010-11-13 10:18:35 UTC (rev 
305310)
+++ php/php-src/branches/PHP_5_3/acinclude.m4   2010-11-13 11:07:38 UTC (rev 
305311)
@@ -2661,13 +2661,13 @@
   for arg in $ac_configure_args; do
      if test `expr -- $arg : "'.*"` = 0; then
         if test `expr -- $arg : "--.*"` = 0; then
-                 break;
+          break;
         fi
         echo "'[$]arg' \\" >> $1
         CONFIGURE_OPTIONS="$CONFIGURE_OPTIONS '[$]arg'"
      else
         if test `expr -- $arg : "'--.*"` = 0; then
-                 break;
+          break;
         fi
         echo "[$]arg \\" >> $1
         CONFIGURE_OPTIONS="$CONFIGURE_OPTIONS [$]arg"
@@ -2687,19 +2687,19 @@
   for arg in $ac_configure_args; do
     case $arg in
       --with-*[)]
-       arg_name="`echo [$]arg | $SED -e 's/--with-/with-/g' -e 's/=.*//g'`"
+        arg_name="`echo [$]arg | $SED -e 's/--with-/with-/g' -e 's/=.*//g'`"
         ;;
       --without-*[)]
-       arg_name="`echo [$]arg | $SED -e 's/--without-/with-/g' -e 's/=.*//g'`"
+        arg_name="`echo [$]arg | $SED -e 's/--without-/with-/g' -e 's/=.*//g'`"
         ;;
       --enable-*[)]
-       arg_name="`echo [$]arg | $SED -e 's/--enable-/enable-/g' -e 's/=.*//g'`"
+        arg_name="`echo [$]arg | $SED -e 's/--enable-/enable-/g' -e 
's/=.*//g'`"
         ;;
       --disable-*[)]
-       arg_name="`echo [$]arg | $SED -e 's/--disable-/enable-/g' -e 
's/=.*//g'`"
+        arg_name="`echo [$]arg | $SED -e 's/--disable-/enable-/g' -e 
's/=.*//g'`"
         ;;
       *[)]
-       continue
+        continue
         ;;
     esac
     case $arg_name in

Modified: php/php-src/branches/PHP_5_3/configure.in
===================================================================
--- php/php-src/branches/PHP_5_3/configure.in   2010-11-13 10:18:35 UTC (rev 
305310)
+++ php/php-src/branches/PHP_5_3/configure.in   2010-11-13 11:07:38 UTC (rev 
305311)
@@ -1329,8 +1329,8 @@
 dnl This hack works around it. Ugly.
 case $host_alias in
 *darwin9*|*darwin10*)
-       ac_cv_exeext=
-       ;;
+  ac_cv_exeext=
+  ;;
 esac

 dnl Only allow AC_PROG_CXX and AC_PROG_CXXCPP if they are explicitly called 
(by PHP_REQUIRE_CXX).

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

Reply via email to