提交 601126ad 编写于 作者: B Behdad Esfahbod

[configure] Fix gobject default value in help output

Fixes https://github.com/behdad/harfbuzz/issues/607
上级 5aad8194
...@@ -165,7 +165,7 @@ dnl =========================================================================== ...@@ -165,7 +165,7 @@ dnl ===========================================================================
AC_ARG_WITH(gobject, AC_ARG_WITH(gobject,
[AS_HELP_STRING([--with-gobject=@<:@yes/no/auto@:>@], [AS_HELP_STRING([--with-gobject=@<:@yes/no/auto@:>@],
[Use gobject @<:@default=auto@:>@])],, [Use gobject @<:@default=no@:>@])],,
[with_gobject=no]) [with_gobject=no])
have_gobject=false have_gobject=false
if test "x$with_gobject" = "xyes" -o "x$with_gobject" = "xauto"; then if test "x$with_gobject" = "xyes" -o "x$with_gobject" = "xauto"; then
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册