Default glib to auto again
This commit is contained in:
parent
eb63e786f3
commit
5e25eb77a4
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue