Default glib to auto again

This commit is contained in:
Behdad Esfahbod 2013-05-27 19:30:48 -04:00
parent eb63e786f3
commit 5e25eb77a4
1 changed files with 2 additions and 2 deletions

View File

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