From e2941a92192f7ec93a999e1dbeef36dc50062210 Mon Sep 17 00:00:00 2001 From: hiro Date: Fri, 5 Oct 2012 07:20:00 +0000 Subject: configure.in: raised the required GTK+ version to 2.8.0. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3170 ee746299-78ed-0310-b773-934348b2243d --- configure.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index f621c728..fd4c1009 100644 --- a/configure.in +++ b/configure.in @@ -9,12 +9,12 @@ MINOR_VERSION=3 MICRO_VERSION=0 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=beta2 -BUILD_REVISION=1140 +EXTRA_VERSION= +BUILD_REVISION=1141 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION dnl define if this is a development release -DEVEL_VERSION=1 +dnl DEVEL_VERSION=1 dnl set $target AC_CANONICAL_SYSTEM @@ -90,11 +90,11 @@ esac AM_CONDITIONAL(NATIVE_WIN32, test "$native_win32" = "yes") dnl Checks for libraries. -AM_PATH_GLIB_2_0(2.4.0,, AC_MSG_ERROR(Test for GLib failed. See the 'INSTALL' for help.), gobject gmodule) +AM_PATH_GLIB_2_0(2.8.0,, AC_MSG_ERROR(Test for GLib failed. See the 'INSTALL' for help.), gobject gmodule) AC_PATH_PROG(GLIB_GENMARSHAL, glib-genmarshal) -AM_PATH_GTK_2_0(2.4.0,, AC_MSG_ERROR(Test for Gtk failed. See the 'INSTALL' for help.)) +AM_PATH_GTK_2_0(2.8.0,, AC_MSG_ERROR(Test for Gtk failed. See the 'INSTALL' for help.)) dnl --disable-deprecated switch for GTK2 purification AC_ARG_ENABLE(deprecated, [ --disable-deprecated Disable deprecated GTK functions. ], -- cgit v1.2.3