summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 46902161..6d80d412 100644
--- a/configure.ac
+++ b/configure.ac
@@ -314,7 +314,7 @@ if test "$build_console_clients" = "yes"; then
PKG_CHECK_MODULES(GLIBMM, glibmm-2.4)
# Check for raptor (for RDF serialization)
- PKG_CHECK_MODULES(RAPTOR, raptor >= 0.21, build_raptor="yes", build_raptor="no")
+ PKG_CHECK_MODULES(RAPTOR, raptor >= 1.4.14, build_raptor="yes", build_raptor="no")
# Check for rasqal (for RDF querying)
PKG_CHECK_MODULES(RASQAL, rasqal >= 0.9.11, build_rasqal="yes", build_rasqal="no")