diff --git a/example-clients/wscript b/example-clients/wscript index 0b08a21a..5a742ea7 100644 --- a/example-clients/wscript +++ b/example-clients/wscript @@ -42,7 +42,7 @@ def configure(conf): if conf.is_defined('HAVE_SNDFILE'): conf.env['LIB_SNDFILE'] = ['sndfile'] - conf.check_cfg(package='celt', atleast_version='0.5.0', args='--cflags --libs') + conf.check_cfg(package='celt', atleast_version='0.5.0', args='--cflags --libs', mandatory=False) e = conf.check_cc(lib='readline', define_name="HAVE_READLINE")