summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-06-09 18:51:55 +0000
committerDavid Robillard <d@drobilla.net>2008-06-09 18:51:55 +0000
commit121874f11a563d748d7eb3c425f859c00a6f7055 (patch)
treef79a62f9b8544ce5f3a2abed26a39a3e201bb4ae /configure.ac
parent7c4ca637481420c82a1d985987418af6daf19439 (diff)
downloadingen-121874f11a563d748d7eb3c425f859c00a6f7055.tar.gz
ingen-121874f11a563d748d7eb3c425f859c00a6f7055.tar.bz2
ingen-121874f11a563d748d7eb3c425f859c00a6f7055.zip
Bump liblo dependency to 0.25 (SVN).
git-svn-id: http://svn.drobilla.net/lad/ingen@1253 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a978a02e..75bee6bf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -140,7 +140,7 @@ if test "$build_jack" = "yes"; then
fi
# OSC support (mandatory for now due to laziness)
-PKG_CHECK_MODULES(LIBLO, liblo >= 0.24)
+PKG_CHECK_MODULES(LIBLO, liblo >= 0.25)
# LV2 support
build_lv2="yes"