Update configure.ac

This commit is contained in:
Dagobert Michelsen 2016-08-30 17:04:30 +02:00 committed by GitHub
parent 3d5a56dd3a
commit fb3c6c962e
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ if test "$enable_runtime" = "libicu" -o "$enable_builtin" = "libicu"; then
[AC_LANG_PROGRAM(
[[#include <unicode/ustring.h>]],
[[u_strToUTF8(NULL, 0, NULL, NULL, 0, NULL);]])],
[HAVE_LIBICU=yes; AC_MSG_RESULT([yes])],
[HAVE_LIBICU=yes; LIBICU_LIBS="-licuuc"; AC_MSG_RESULT([yes])],
[AC_MSG_RESULT([no]); AC_MSG_ERROR(You requested libicu but it is not installed.)])
LIBS=$OLDLIBS
])