[configure] Fix gobject default value in help output

Fixes https://github.com/behdad/harfbuzz/issues/607
This commit is contained in:
Behdad Esfahbod 2017-11-03 20:34:11 -04:00
parent 5aad819433
commit 601126ad40
1 changed files with 1 additions and 1 deletions

View File

@ -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