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

Regression from: b424b6c372.
pull/299/head
Khaled Hosny 8 years ago committed by Behdad Esfahbod
parent 489acf6c31
commit dd31fc9f7e
  1. 2
      configure.ac

@ -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

Loading…
Cancel
Save