← Back to team overview

zeitgeist team mailing list archive

[Merge] lp:~federico-gnome/zeitgeist/fixes into lp:zeitgeist

 

Federico Mena Quintero has proposed merging lp:~federico-gnome/zeitgeist/fixes into lp:zeitgeist.

Requested reviews:
  Zeitgeist Framework Team (zeitgeist)

For more details, see:
https://code.launchpad.net/~federico-gnome/zeitgeist/fixes/+merge/46803

Removes the check for 'rdfpipe' from configure.ac.  That program is not actually needed, and comes from an obscure package (rdfextras from Google Code).

-- 
https://code.launchpad.net/~federico-gnome/zeitgeist/fixes/+merge/46803
Your team Zeitgeist Framework Team is requested to review the proposed merge of lp:~federico-gnome/zeitgeist/fixes into lp:zeitgeist.
=== modified file 'configure.ac'
--- configure.ac	2011-01-18 10:49:04 +0000
+++ configure.ac	2011-01-19 19:21:30 +0000
@@ -37,10 +37,4 @@
   AC_MSG_ERROR(You need the tool `rapper' from the `raptor-utils' package in order to compile Zeitgeist)
 fi
 
-# check for rdflib
-AC_CHECK_PROG(HAVE_RDFLIB, rdfpipe, yes, no)
-if test "x$HAVE_RDFLIB" = "xno"; then
-  AC_MSG_ERROR(You need the tool `rdfpipe' from the `python-rdflib' package in order to compile Zeitgeist)
-fi
-
 AC_OUTPUT


Follow ups