Don’t build UCDN support when building with GLib (#296)
Regression from: b424b6c372
.
This commit is contained in:
parent
489acf6c31
commit
dd31fc9f7e
|
@ -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…
Reference in New Issue