[gnome-games] build: Remove redundant redefinition of GTK_API_VERSION



commit 8a61c304e2b77aa69a74063a5109a4b18fb32826
Author: Christian Persch <chpe gnome org>
Date:   Sun Sep 5 14:08:37 2010 +0200

    build: Remove redundant redefinition of GTK_API_VERSION

 configure.in |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/configure.in b/configure.in
index cd18969..431432a 100644
--- a/configure.in
+++ b/configure.in
@@ -532,8 +532,7 @@ AM_CONDITIONAL([ENABLE_DEBUG_UI],[test "$enable_debug_ui" = "yes"])
 PYGTK_REQUIRED=2.14.0
 
 case "$with_gtk" in
-  2.0) GTK_API_VERSION=2.0
-       if test "$with_platform" = "hildon" -a "$with_platform_variant" = "maemo3"; then
+  2.0) if test "$with_platform" = "hildon" -a "$with_platform_variant" = "maemo3"; then
          GTK_REQUIRED=2.6.0
        elif test "$require_gtk_2_16" = "yes"; then
          GTK_REQUIRED=2.16.0
@@ -544,8 +543,7 @@ case "$with_gtk" in
        LIBCANBERRA_GTK_REQUIRED=0
        LIBCANBERRA_GTK_PKGS="libcanberra-gtk >= $LIBCANBERRA_GTK_REQUIRED"
         ;;
-  3.0) GTK_API_VERSION=3.0
-       GTK_REQUIRED=2.90.0
+  3.0) GTK_REQUIRED=2.90.0
        RSVG_REQUIRED=2.26.4
        LIBCANBERRA_GTK_REQUIRED=0.24
        LIBCANBERRA_GTK_PKGS="libcanberra-gtk3 >= $LIBCANBERRA_GTK_REQUIRED"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]