undoing a change in [2433] which was pointless and possibly harmful

This commit is contained in:
fgerlits 2006-11-08 19:00:43 +00:00
parent 9ce0bb338b
commit 876cbca5e6
1 changed files with 2 additions and 2 deletions

View File

@ -323,8 +323,8 @@ dnl-----------------------------------------------------------------------------
AC_ARG_WITH([check-icu],
AC_HELP_STRING([--with-check-icu],
[check for the availability of the icu library on the
system, and use it if available (no)]),
[CHECK_ICU_LIB=${withval}], [CHECK_ICU_LIB=no])
system, and use it if available (yes)]),
[CHECK_ICU_LIB=${withval}], [CHECK_ICU_LIB=yes])
AC_MSG_RESULT([checking for icu library on system: ${CHECK_ICU_LIB}])