13
0

Fixed typo

This commit is contained in:
R. Mattes 2017-09-19 14:22:46 +02:00 committed by Paul Davis
parent b1659f8c31
commit f7e35024b6

View File

@ -37,7 +37,7 @@ def options(opt):
def configure(conf): def configure(conf):
if conf.is_defined('USE_EXTERNAL_LIBS'): if conf.is_defined('USE_EXTERNAL_LIBS'):
autowaf.check_pkg(conf, 'zita-reampler', uselib_store='LIBZRESAMPLER', atleast_version=ZRESAMPLER_LIB_VERSION, mandatory=True) autowaf.check_pkg(conf, 'zita-resampler', uselib_store='LIBZRESAMPLER', atleast_version=ZRESAMPLER_LIB_VERSION, mandatory=True)
else: else:
conf.load ('compiler_cxx') conf.load ('compiler_cxx')
autowaf.configure(conf) autowaf.configure(conf)