Don’t build UCDN support when building with GLib (#296)

Regression from: b424b6c372.
This commit is contained in:
Khaled Hosny 2016-07-22 02:26:54 +03:00 committed by Behdad Esfahbod
parent 489acf6c31
commit dd31fc9f7e
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@ AM_CONDITIONAL(HAVE_ICU_BUILTIN, $have_icu && test "x$with_icu" = "xbuiltin")
dnl ===========================================================================
have_ucdn=true
if $have_glib || $have_icu && test "x$with_icu" = "xbuiltin"; then
if $have_glib || test \( $have_icu -a "x$with_icu" = "xbuiltin" \); then
have_ucdn=false
fi
if $have_ucdn; then