[evolution] configure.ac: Remove blacklisting of WebKitGTK+ 1.9.90.
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] configure.ac: Remove blacklisting of WebKitGTK+ 1.9.90.
- Date: Tue, 28 May 2013 14:33:08 +0000 (UTC)
commit 06f624b830125c1f46ef9f97e9cfbc7ae9b66012
Author: Matthew Barnes <mbarnes redhat com>
Date: Tue May 28 09:21:33 2013 -0400
configure.ac: Remove blacklisting of WebKitGTK+ 1.9.90.
WebKitGTK+ 1.10 is the minimum requirement nowadays, so no need to
blacklist an older version.
configure.ac | 10 ----------
1 files changed, 0 insertions(+), 10 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 0b03e3a..143bc77 100644
--- a/configure.ac
+++ b/configure.ac
@@ -292,16 +292,6 @@ PKG_CHECK_MODULES([GNOME_PLATFORM],
AC_SUBST(GNOME_PLATFORM_CFLAGS)
AC_SUBST(GNOME_PLATFORM_LIBS)
-dnl Blacklist WebKitGTK+ 1.9.90.
-if $PKG_CONFIG --exact-version "1.9.90" webkitgtk-3.0; then
- AC_MSG_ERROR([
-
- WebKitGTK+ 1.9.90 includes an unintentional API change
- and is not usable with Evolution. Any other WebKitGTK+
- release >= webkitgtk_minimum_version should work.
-])
-fi
-
PKG_CHECK_MODULES([EVOLUTION_DATA_SERVER],
[camel-1.2 >= eds_minimum_version
libebook-1.2 >= eds_minimum_version
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]