aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-05-28 21:21:33 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-05-28 21:57:32 +0800
commit870c92b53f8b2436f86ea0dee8af10efa314e2da (patch)
tree8facb334a6cf841e58e072641f950f930c031f16
parentd0e01784cdf5c5bd7d24961ea90e56ee0339c0b4 (diff)
downloadgsoc2013-evolution-870c92b53f8b2436f86ea0dee8af10efa314e2da.tar
gsoc2013-evolution-870c92b53f8b2436f86ea0dee8af10efa314e2da.tar.gz
gsoc2013-evolution-870c92b53f8b2436f86ea0dee8af10efa314e2da.tar.bz2
gsoc2013-evolution-870c92b53f8b2436f86ea0dee8af10efa314e2da.tar.lz
gsoc2013-evolution-870c92b53f8b2436f86ea0dee8af10efa314e2da.tar.xz
gsoc2013-evolution-870c92b53f8b2436f86ea0dee8af10efa314e2da.tar.zst
gsoc2013-evolution-870c92b53f8b2436f86ea0dee8af10efa314e2da.zip
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. (cherry picked from commit 06f624b830125c1f46ef9f97e9cfbc7ae9b66012)
-rw-r--r--configure.ac10
1 files changed, 0 insertions, 10 deletions
diff --git a/configure.ac b/configure.ac
index 03a15f3563..6aeb871c76 100644
--- a/configure.ac
+++ b/configure.ac
@@ -293,16 +293,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