[gnome-games/gnome-2-32] build: Fix the gtk 3 API version define



commit f93ef08a61b1180557368c76a3a85bcff569ee75
Author: Christian Persch <chpe gnome org>
Date:   Sun Sep 5 13:07:06 2010 +0200

    build: Fix the gtk 3 API version define

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index 1eb2a7e..0ded09a 100644
--- a/configure.in
+++ b/configure.in
@@ -324,7 +324,7 @@ case "$with_gtk" in
   2.0) GTK_API_VERSION=2.0
        GTK_API_MAJOR_VERSION=2
        ;;
-  2.0) GTK_API_VERSION=3.0
+  3.0) GTK_API_VERSION=3.0
        GTK_API_MAJOR_VERSION=3
        ;;
 esac



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