[HarfBuzz] harfbuzz: Branch 'master'
Behdad Esfahbod
behdad at kemper.freedesktop.org
Sat Nov 4 00:35:02 UTC 2017
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 601126ad401d05b9c7fe4a34e870f1d1a1b057c8
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Fri Nov 3 20:34:11 2017 -0400
[configure] Fix gobject default value in help output
Fixes https://github.com/behdad/harfbuzz/issues/607
diff --git a/configure.ac b/configure.ac
index 83bfacb2..b4c79a39 100644
--- a/configure.ac
+++ b/configure.ac
@@ -165,7 +165,7 @@ dnl ===========================================================================
AC_ARG_WITH(gobject,
[AS_HELP_STRING([--with-gobject=@<:@yes/no/auto@:>@],
- [Use gobject @<:@default=auto@:>@])],,
+ [Use gobject @<:@default=no@:>@])],,
[with_gobject=no])
have_gobject=false
if test "x$with_gobject" = "xyes" -o "x$with_gobject" = "xauto"; then
More information about the HarfBuzz
mailing list