GTK+ Build fix for those having stable versions of GLib.
* configure.ac: Only invoke GLIB_GSETTINGS if we have the necessary gio version.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@65518
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2010-08-17 Martin Robinson <mrobinson@igalia.com>
+
+ GTK+ Build fix for those having stable versions of GLib.
+
+ * configure.ac: Only invoke GLIB_GSETTINGS if we have the necessary gio version.
+
2010-08-17 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r65500.
[have_gsettings=no])
if test "$have_gsettings" = "yes"; then
AC_DEFINE([HAVE_GSETTINGS], 1, [Whether we can use GSettings])
+ GLIB_GSETTINGS
fi
GETTEXT_PACKAGE=$PACKAGE-$GTK_API_VERSION
AC_SUBST([GEOCLUE_LIBS])
fi
-# GSettings
-GLIB_GSETTINGS
-
# check if gstreamer is available
if test "$enable_video" = "yes"; then
PKG_CHECK_MODULES([GSTREAMER],