From 6ad9ba0e7a23fd7456e2216e79a0eea4de2d0371 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 17 Feb 2011 19:26:03 +0000 Subject: Remove check for rasqal. git-svn-id: http://svn.drobilla.net/lad/trunk/machina@2982 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 1 - 1 file changed, 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index aaed96e..46b2361 100644 --- a/wscript +++ b/wscript @@ -34,7 +34,6 @@ def configure(conf): atleast_version='0.5.1', mandatory=False) autowaf.check_pkg(conf, 'libglademm-2.4', uselib_store='GLADEMM', atleast_version='2.6.0', mandatory=False) - autowaf.check_pkg(conf, 'rasqal', uselib_store='RASQAL', mandatory=False) autowaf.check_pkg(conf, 'sord', uselib_store='SORD', atleast_version='0.1.0', mandatory=False) #autowaf.check_pkg(conf, 'eugene', uselib_store='EUGENE', -- cgit v1.2.1