summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlberto Garcia <berto@igalia.com>2015-09-28 09:09:15 +0200
committerJuan A. Suarez Romero <jasuarez@igalia.com>2015-09-28 09:09:22 +0200
commiteda8bd385f1c6d9e33426d65f0202daee839546f (patch)
tree415ed3d66ada271bb82be5c470b58eff146fdae4 /configure.ac
parentea3f2b4ed62a051662436fc45c36fa85b2865b55 (diff)
build: remove check for librest
This was used by the stand-alone C pocket plugin, but no one needs its anymore.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index dfaa16c..3b58a96 100644
--- a/configure.ac
+++ b/configure.ac
@@ -151,8 +151,6 @@ if test "x$HAVE_TOTEM_PL_PARSER_MINI" = "xyes"; then
AC_DEFINE(HAVE_TOTEM_PLPARSER_MINI, 1, [totem-plparser-mini is available])
fi
-PKG_CHECK_MODULES(REST, [rest-0.7 >= 0.7.90], HAVE_REST=yes, HAVE_REST=no)
-
PKG_CHECK_MODULES([JSON], [json-glib-1.0], HAVE_JSON_GLIB=yes, HAVE_JSON_GLIB=no)
PKG_CHECK_MODULES(GMIME, gmime-2.6,