Update configure.ac

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

View File

@ -158,9 +158,6 @@ if test "$enable_runtime" = "libicu" -o "$enable_builtin" = "libicu"; then
PKG_CHECK_MODULES([LIBICU], [icu-uc], [
HAVE_LIBICU=yes
if test "$enable_runtime" = "libicu"; then
if test "x$LIBICU_LIBS" = "x"; then
LIBICU_LIBS="-licuuc"
fi
CFLAGS="$LIBICU_CFLAGS $CFLAGS"
fi
], [