configure: Fixed typo in libicu check.

oldstable
Alexandre Julliard 2007-05-08 17:52:57 +02:00
parent d0790f1bfe
commit d3d344be78
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -10410,7 +10410,7 @@ cat >>confdefs.h <<\_ACEOF
#define HAVE_ICU 1
_ACEOF
ICULIBS="icu_libs"
ICULIBS="$icu_libs"
{ echo "$as_me:$LINENO: result: yes" >&5
echo "${ECHO_T}yes" >&6; }

View File

@ -603,7 +603,7 @@ then
AC_TRY_RUN([#include <unicode/ubidi.h>
main () { ubidi_open(); return 0; }],
[AC_DEFINE(HAVE_ICU,1,[Define to 1 if the ICU libraries are installed])
AC_SUBST(ICULIBS,"icu_libs")
AC_SUBST(ICULIBS,"$icu_libs")
AC_MSG_RESULT(yes)],
[AC_MSG_RESULT(no)],[AC_MSG_RESULT(no)])
LIBS="$saved_libs"