提交 5e25eb77 编写于 作者: B Behdad Esfahbod

Default glib to auto again

上级 eb63e786
......@@ -130,8 +130,8 @@ dnl ===========================================================================
AC_ARG_WITH(glib,
[AS_HELP_STRING([--with-glib=@<:@yes/no/auto@:>@],
[Use glib @<:@default=yes@:>@])],,
[with_glib=yes])
[Use glib @<:@default=auto@:>@])],,
[with_glib=auto])
have_glib=false
if test "x$with_glib" = "xyes" -o "x$with_glib" = "xauto"; then
PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.16, have_glib=true)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册