From 456d48db9781fe919a04092bec3ad2ef4dd4c506 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 4 Jul 2007 04:09:55 +0000 Subject: Check for recent enough LASH. git-svn-id: http://svn.drobilla.net/lad/patchage@575 a436a847-0d15-0410-975c-d299462d15a1 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 5aed0e9..8b367cd 100644 --- a/configure.ac +++ b/configure.ac @@ -65,7 +65,7 @@ AC_ARG_ENABLE(lash, have_lash="no" if test "$build_lash" = "yes"; then - PKG_CHECK_MODULES(LASH, lash-1.0 >= 0.5.0, have_lash="yes", have_lash="no") + PKG_CHECK_MODULES(LASH, lash-1.0 >= 0.5.2, have_lash="yes", have_lash="no") fi if test "$have_lash" = "yes"; then AC_DEFINE(HAVE_LASH, 1, [Has lash.h]) -- cgit v1.2.1