From: Behdad Esfahbod Date: Mon, 27 May 2013 23:30:48 +0000 (-0400) Subject: Default glib to auto again X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5e25eb77a49e7f95b6a6d540b26d60d430f89d4c;p=platform%2Fupstream%2FlibHarfBuzzSharp.git 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)