summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-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