[configure] Fix gobject default value in help output
Fixes https://github.com/behdad/harfbuzz/issues/607
This commit is contained in:
parent
5aad819433
commit
601126ad40
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue