From 80b8b487093bf94cbcbba0b7e652374417370408 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 19 Jun 2011 18:09:36 +0000 Subject: Remove unnecessary configure checks for glib and gthread. git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@3405 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 4 ---- 1 file changed, 4 deletions(-) diff --git a/wscript b/wscript index 0c1d33b..e0a6fee 100644 --- a/wscript +++ b/wscript @@ -32,10 +32,6 @@ def configure(conf): conf.load('compiler_cc') autowaf.check_pkg(conf, 'lv2core', uselib_store='LV2CORE', mandatory=True) - autowaf.check_pkg(conf, 'glib-2.0', uselib_store='GLIB', - atleast_version='2.0.0', mandatory=True) - autowaf.check_pkg(conf, 'gthread-2.0', uselib_store='GTHREAD', - atleast_version='2.0.0', mandatory=False) autowaf.check_pkg(conf, 'lilv-0', uselib_store='LILV', atleast_version='0.4.0', mandatory=True) autowaf.check_pkg(conf, 'suil-0', uselib_store='SUIL', -- cgit v1.2.1