[glade3] * configure.ac: Default GTK+ version is 3.0, compiling --with-gtk=2.0 is just a hack to enable b



commit c3ee4f5bf966655450568ceb87463367971f57cb
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date:   Sat Oct 9 15:20:35 2010 +0900

    	* configure.ac: Default GTK+ version is 3.0, compiling --with-gtk=2.0 is
    	  just a hack to enable building glade for 2.0 while it doesnt run for 3.0.

 ChangeLog    |    5 +++++
 configure.ac |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 7df5aaa..1734a7d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-10-09  Tristan Van Berkom <tristanvb openismus com>
+
+	* configure.ac: Default GTK+ version is 3.0, compiling --with-gtk=2.0 is
+	  just a hack to enable building glade for 2.0 while it doesnt run for 3.0.
+
 2010-08-30  Matthias Clasen <mclasen redhat com>
 
 	* gladeui/glade-inspector.c, gladeui/glade-named-icon-chooser-dialog.c:
diff --git a/configure.ac b/configure.ac
index c2cf9d1..3937147 100644
--- a/configure.ac
+++ b/configure.ac
@@ -125,12 +125,12 @@ dnl ================================================================
 
 AC_MSG_CHECKING([which gtk+ version to compile against])
 AC_ARG_WITH([gtk],
-  [AS_HELP_STRING([--with-gtk=2.0|3.0],[which gtk+ version to compile against (default: 2.0)])],
+  [AS_HELP_STRING([--with-gtk=2.0|3.0],[which gtk+ version to compile against (default: 3.0)])],
   [case "$with_gtk" in
      2.0|3.0) ;;
      *) AC_MSG_ERROR([invalid gtk version specified]) ;;
    esac],
-  [with_gtk=2.0])
+  [with_gtk=3.0])
 AC_MSG_RESULT([$with_gtk])
 
 case "$with_gtk" in



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