Don’t build UCDN support when building with GLib (#296)
authorKhaled Hosny <khaledhosny@eglug.org>
Thu, 21 Jul 2016 23:26:54 +0000 (02:26 +0300)
committerBehdad Esfahbod <behdad@behdad.org>
Sat, 23 Jul 2016 00:43:00 +0000 (17:43 -0700)
Regression from: b424b6c372dfe4c0ed75a49761eb34a416819446.

configure.ac

index e1a28f2..e572d98 100644 (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