summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonsta <[email protected]>2019-08-29 16:03:52 +0300
committerRobert Antoni Buj Gelonch <[email protected]>2019-08-31 12:53:25 +0200
commit266db809cfe170900540ff97fe15534e140a9f93 (patch)
treedf041ef438670e5f3438205b64a894bff58eb78c
parentee113966bc8feb912c1003b262f99eb07894aeed (diff)
downloadatril-266db809cfe170900540ff97fe15534e140a9f93.tar.bz2
atril-266db809cfe170900540ff97fe15534e140a9f93.tar.xz
build: drop fallback check for webkit2gtk-3.0
it's dead upstream for years
-rw-r--r--configure.ac5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 7054244d..8d1c1cad 100644
--- a/configure.ac
+++ b/configure.ac
@@ -601,11 +601,6 @@ have_webkit="no"
if test "x$enable_epub" = "xyes"; then
PKG_CHECK_MODULES(EPUB, webkit2gtk-4.0 >= $WEBKIT_REQUIRED \
libxml-2.0 >= $LIBXML_REQUIRED zlib,have_webkit=yes,have_webkit=no)
- if test "x$have_webkit" = "xno"; then
- AC_MSG_NOTICE([Webkit2 4.0 not found, trying 3.0])
- PKG_CHECK_MODULES(EPUB, webkit2gtk-3.0 >= $WEBKIT_REQUIRED \
- libxml-2.0 >= $LIBXML_REQUIRED zlib,have_webkit=yes,have_webkit=no)
- fi
if test "x$have_webkit" = "xyes"; then
AC_DEFINE([ENABLE_EPUB], [1], [Enable support for ePub documents.])