configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 601126ad401d05b9c7fe4a34e870f1d1a1b057c8 Author: Behdad Esfahbod <beh...@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 _______________________________________________ HarfBuzz mailing list HarfBuzz@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/harfbuzz