summaryrefslogtreecommitdiff
path: root/example-clients
diff options
context:
space:
mode:
authorKarl Lindén <karl.j.linden@gmail.com>2015-04-10 15:57:02 +0200
committerKarl Lindén <karl.j.linden@gmail.com>2015-04-10 15:57:02 +0200
commit66cdd35753697359a467ae8788315fbd159fd73a (patch)
tree4bfb8a13c4de24c2fa85e4f7d2c4c5a8f76ce054 /example-clients
parent170c0d5f399e3c655fc4bfd0e0f6141aaf4130fb (diff)
downloadjack2-66cdd35753697359a467ae8788315fbd159fd73a.tar.gz
remove extra and unnecessary celt check in example-clients
Diffstat (limited to 'example-clients')
-rw-r--r--example-clients/wscript2
1 files changed, 0 insertions, 2 deletions
diff --git a/example-clients/wscript b/example-clients/wscript
index ae706e43..4338bdcd 100644
--- a/example-clients/wscript
+++ b/example-clients/wscript
@@ -41,8 +41,6 @@ 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', mandatory=False)
-
e = conf.check_cc(lib='readline', define_name="HAVE_READLINE", mandatory=False)
# define_name="HAVE_READLINE" has no effect, LIB_READLINE is defined if readline is available