From a5ce2e3af283f3ffeb2d30a34546ceab0a84d702 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 20 Apr 2007 19:00:28 +0000 Subject: Updated Raptor dependency version. git-svn-id: http://svn.drobilla.net/lad/raul@464 a436a847-0d15-0410-975c-d299462d15a1 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 406a081..910763b 100644 --- a/configure.ac +++ b/configure.ac @@ -87,8 +87,8 @@ AC_ARG_ENABLE(raptor, [AS_HELP_STRING(--enable-raptor, [Include Raptor (RDF) serialization support (yes)])], [ if test x$enable_raptor = xno ; then build_raptor=no ; fi ]) if test "$build_raptor" = "yes"; then - PKG_CHECK_MODULES(RAPTOR, raptor >= 1.4.14, [], - AC_MSG_ERROR([RDF support requires raptor (>= 1.4.14)])) + PKG_CHECK_MODULES(RAPTOR, raptor >= 1.4.15, [], + AC_MSG_ERROR([RDF support requires raptor (>= 1.4.15)])) fi AM_CONDITIONAL(WITH_RAPTOR, [test "$build_raptor" = "yes"]) -- cgit v1.2.1