From 5e25eb77a49e7f95b6a6d540b26d60d430f89d4c Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 27 May 2013 19:30:48 -0400 Subject: [PATCH] Default glib to auto again --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index bf213df..4fb4243 100644 --- a/configure.ac +++ b/configure.ac @@ -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) -- 2.7.4