From c0c55d0ad5565aaccd91fab4d9db777e430ba7fa Mon Sep 17 00:00:00 2001
From: David Robillard <d@drobilla.net>
Date: Mon, 5 Feb 2007 23:14:22 +0000
Subject: Fix raptor/rasqal checks to be mandatory.

git-svn-id: http://svn.drobilla.net/lad/slv2@281 a436a847-0d15-0410-975c-d299462d15a1
---
 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 02b47ac..2485744 100644
--- a/configure.ac
+++ b/configure.ac
@@ -43,10 +43,10 @@ fi
 
 
 # Check for RAPTOR
-PKG_CHECK_MODULES(RAPTOR, raptor >= 0.21, build_raptor="yes", build_raptor="no")
+PKG_CHECK_MODULES(RAPTOR, raptor >= 0.21)
 
 # Check for RASQAL
-PKG_CHECK_MODULES(RASQAL, rasqal >= 0.9.11, build_rasqal="yes", build_rasqal="no")
+PKG_CHECK_MODULES(RASQAL, rasqal >= 0.9.11)
 
 # Check for JACK
 build_jack="yes"
-- 
cgit v1.2.1