configure.ac |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 5e25eb77a49e7f95b6a6d540b26d60d430f89d4c
Author: Behdad Esfahbod <[email protected]>
Date:   Mon May 27 19:30:48 2013 -0400

    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 @@ 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)
_______________________________________________
HarfBuzz mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/harfbuzz

Reply via email to