Default glib to auto again
authorBehdad Esfahbod <behdad@behdad.org>
Mon, 27 May 2013 23:30:48 +0000 (19:30 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Mon, 27 May 2013 23:30:48 +0000 (19:30 -0400)
configure.ac

index bf213df..4fb4243 100644 (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)