summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2012-05-01 19:43:04 +0000
committerCarl Hetherington <carl@carlh.net>2012-05-01 19:43:04 +0000
commit6b9d8be70742a1466256ba56b9a42a27bba1bc93 (patch)
tree21563f75b8905496c794e0393b06a7e04c9c7429 /wscript
parentac46e5edb41810ee9e741419bd283297deec9b8a (diff)
Remove now unnecessary check for RecMutex.
git-svn-id: svn://localhost/ardour2/branches/3.0@12135 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'wscript')
-rw-r--r--wscript8
1 files changed, 0 insertions, 8 deletions
diff --git a/wscript b/wscript
index 19c22dd2ea..6f58ceb67a 100644
--- a/wscript
+++ b/wscript
@@ -548,14 +548,6 @@ def configure(conf):
autowaf.check_pkg(conf, 'sndfile', uselib_store='SNDFILE', atleast_version='1.0.18')
autowaf.check_pkg(conf, 'giomm-2.4', uselib_store='GIOMM', atleast_version='2.2')
- conf.check_cxx(fragment = '#include <glibmm/threads.h>\nstatic Glib::Threads::RecMutex foo;\nint main () {}',
- uselib = ['GLIBMM'],
- msg = 'Checking for Glib::Threads::RecMutex',
- mandatory = False,
- okmsg = 'yes',
- errmsg = 'no; using deprecated API',
- define_name = 'HAVE_GLIB_THREADS_RECMUTEX')
-
for i in children:
sub_config_and_use(conf, i)