blob: 1cb5050d0c8eb7dee28ebf180fc4db49d7f92641 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
Remove dep on rdfpipe (from OpenSUSE)
--- configure.ac
+++ configure.ac
@@ -37,13 +37,4 @@
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
-if test $? -ne 0 ; then
- AC_MSG_FAILURE([failed. Please install the python-rdflib package.])
-else
- AC_MSG_RESULT([yes])
-fi
-
AC_OUTPUT
|