[frogr] Make GTK+ 3 the default \o/
- From: Mario Sanchez Prada <msanchez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [frogr] Make GTK+ 3 the default \o/
- Date: Thu, 21 Apr 2011 07:48:12 +0000 (UTC)
commit e4021961dbf1ee4a9252f81c5d19628db677b144
Author: Mario Sanchez Prada <msanchez igalia com>
Date: Thu Apr 21 08:48:54 2011 +0200
Make GTK+ 3 the default \o/
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 096e127..6639153 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,12 +21,12 @@ AC_CHECK_LIB(gthread-2.0, g_thread_init)
AC_MSG_CHECKING([Checking GTK+ version to use])
AC_ARG_WITH([gtk],
- [AS_HELP_STRING([--with-gtk=2.0|3.0], [GTK+ version to use (default: 2.0)])],
+ [AS_HELP_STRING([--with-gtk=2.0|3.0], [GTK+ version to use (default: 3.0)])],
[case "$with_gtk" in
2.0|3.0) ;;
*) AC_MSG_ERROR([Wrong GTK+ version]) ;;
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]