more tabs

This commit is contained in:
foobar 2005-08-12 09:05:21 +00:00
parent 6ad189f82a
commit 55c4c70753

View File

@ -788,7 +788,7 @@ if test -z "$ICU_DIR"; then
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_ADD_INCLUDE($ICU_DIR/include)
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.