[HarfBuzz] harfbuzz: Branch 'master'

Behdad Esfahbod behdad at kemper.freedesktop.org
Sat Jul 23 00:43:07 UTC 2016


 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit dd31fc9f7e6d23b414b22874de96eb3c002c80ba
Author: Khaled Hosny <khaledhosny at eglug.org>
Date:   Fri Jul 22 02:26:54 2016 +0300

    Don’t build UCDN support when building with GLib (#296)
    
    Regression from: b424b6c372dfe4c0ed75a49761eb34a416819446.

diff --git a/configure.ac b/configure.ac
index e1a28f2..e572d98 100644
--- a/configure.ac
+++ b/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


More information about the HarfBuzz mailing list