summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript9
1 files changed, 5 insertions, 4 deletions
diff --git a/wscript b/wscript
index dc620e9..25d0031 100644
--- a/wscript
+++ b/wscript
@@ -57,10 +57,11 @@ def configure(conf):
# Check for dladdr
conf.check(function_name='dladdr',
- header_name='dlfcn.h',
- cflags='-D_GNU_SOURCE',
- linkflags='-ldl',
- define_name='HAVE_DLADDR')
+ header_name='dlfcn.h',
+ cflags='-D_GNU_SOURCE',
+ linkflags='-ldl',
+ define_name='HAVE_DLADDR',
+ mandatory=False)
# Use Jack D-Bus if requested (only one jack driver is allowed)
conf.env['HAVE_JACK_DBUS'] = conf.env['HAVE_DBUS'] == 1 and conf.env['HAVE_DBUS_GLIB'] == 1 and Options.options.jack_dbus