commit | 5e25eb77a49e7f95b6a6d540b26d60d430f89d4c | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Mon May 27 19:30:48 2013 -0400 |
committer | Behdad Esfahbod <behdad@behdad.org> | Mon May 27 19:30:48 2013 -0400 |
tree | 1f57ded00dd7d9318aa9f201fb10ed1eeeaf5aa2 | |
parent | eb63e786f37468867c81707504128cf8a4016e5b [diff] |
Default glib to auto again
diff --git a/configure.ac b/configure.ac index bf213df..4fb4243 100644 --- a/configure.ac +++ b/configure.ac
@@ -130,8 +130,8 @@ 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)