summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorentin Noël <corentin@elementary.io>2018-11-23 14:27:09 +0100
committerCorentin Noël <corentin@elementary.io>2018-11-23 14:27:09 +0100
commit275f71f3ee523c4d6e0cecef290d9a0fe6da5290 (patch)
treeb12375df79ebcfde60a05708edf6ad3b5c11291b
parent42daf33d1ed1c19030248adb5c3ee303f168c1cc (diff)
downloadzeitgeist-275f71f3ee523c4d6e0cecef290d9a0fe6da5290.tar.gz
Do not require rapper as it is not used anymore
-rw-r--r--configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 9ec5f52c..f8b9b320 100644
--- a/configure.ac
+++ b/configure.ac
@@ -248,12 +248,6 @@ fi
# Ontology parsing dependencies
#################################################
-# check for rapper
-AC_CHECK_PROG(HAVE_RAPPER, rapper, yes, no)
-if test "x$HAVE_RAPPER" = "xno"; then
- AC_MSG_ERROR("You need the tool `rapper' from the `raptor-utils' package in order to compile Zeitgeist")
-fi
-
# check for python-rdflib
AC_MSG_CHECKING([for python-rdflib])
echo "import rdflib" | $PYTHON - 2>/dev/null