From a28f69b9bec8f0ca8b9f7015a37355d4b946a00f Mon Sep 17 00:00:00 2001
From: Tristan Matthews <tristan.matthews@savoirfairelinux.com>
Date: Thu, 26 Jul 2012 16:58:50 -0400
Subject: [PATCH] * #13500: gnome: fix configure for gtk2

---
 gnome/configure.ac | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnome/configure.ac b/gnome/configure.ac
index 35fabd16db..4254db319b 100644
--- a/gnome/configure.ac
+++ b/gnome/configure.ac
@@ -42,10 +42,9 @@ AS_IF([test "x$enable_video" = "xyes"], [
 
 AM_CONDITIONAL(SFL_VIDEO, test "x$enable_video" = "xyes")
 
-# Check for gtk+-3.0 and if found, check for webkitgtk-3.0, otherwise
-# check for gtk+-2.0 and if found, check for webkitgtk-1.0.
+# Check for gtk+-3.0, otherwise check for gtk+-2.0
 PKG_CHECK_MODULES(GTK, gtk+-3.0,
-        [PKG_CHECK_MODULES(GTK, gtk+-2.0,
+        [PKG_CHECK_MODULES(GTK, gtk+-2.0, ,
             [PKG_CHECK_MODULES(GTHREAD, gthread-2.0)],
             [AC_MSG_ERROR(gtk-2 not found)])])
 
-- 
GitLab