From ab59d64466f30d63f270c4507f891f2b9b09cd34 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 4 Jan 2009 15:30:04 +0000 Subject: Detect liblo. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1917 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 1ae52a10..0b36c96c 100644 --- a/wscript +++ b/wscript @@ -38,7 +38,7 @@ def configure(conf): autowaf.check_pkg(conf, 'libsoup-2.4', uselib_store='SOUP', atleast_version='2.4.0', mandatory=False) autowaf.check_header(conf, 'ladspa.h', 'HAVE_LADSPA_H', mandatory=False) if not Options.options.no_liblo: - autowaf.check_pkg(conf, 'liblo', uselib_store='LIBLO', atleast_version='0.25.0', mandatory=False) + autowaf.check_pkg(conf, 'liblo', uselib_store='LIBLO', atleast_version='0.25', mandatory=False) autowaf.check_pkg(conf, 'redlandmm', uselib_store='REDLANDMM', atleast_version='0.0.0', mandatory=False) # Check for posix_memalign (OSX, amazingly, doesn't have it) -- cgit v1.2.1