configure: Fixed typo in libicu check.
This commit is contained in:
parent
d0790f1bfe
commit
d3d344be78
|
@ -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; }
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue