sniper          Fri Aug 12 05:05:25 2005 EDT

  Modified files:              
    /php-src    configure.in 
  Log:
  more tabs
  
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.583&r2=1.584&ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.583 php-src/configure.in:1.584
--- php-src/configure.in:1.583  Thu Aug 11 20:15:03 2005
+++ php-src/configure.in        Fri Aug 12 05:05:21 2005
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.583 2005/08/12 00:15:03 sniper Exp $ -*- autoconf -*-
+ ## $Id: configure.in,v 1.584 2005/08/12 09:05:21 sniper Exp $ -*- autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -788,7 +788,7 @@
 fi
 ICU_CONFIG="icu-config"
 if ${ICU_DIR}/bin/icu-config --ldflags > /dev/null 2>&1; then
-       ICU_CONFIG=${ICU_DIR}/bin/icu-config
+  ICU_CONFIG=${ICU_DIR}/bin/icu-config
 fi
 
 AC_MSG_CHECKING(for ICU 3.4 or greater)
@@ -804,7 +804,6 @@
 PHP_EVAL_LIBLINE($ICU_LIBS, ICU_SHARED_LIBADD)
 PHP_SUBST(ICU_SHARED_LIBADD)
 
-
 divert(5)
 
 dnl ## In diversion 5 we check which extensions should be compiled.

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

Reply via email to