summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2012-06-11 19:15:09 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2012-06-11 19:15:09 +0200
commitfa10bccb322dedee6b72d6f8c1834de8b194d3ca (patch)
treee3ffaecb550be05abc3eabb3ac812d75e351e17d /configure.in
parent30d7235c2ceda6d549438a9204b60a0e1f9186de (diff)
Port to new LV2 state interface. Use new lv2-1.0 header files (from system) and remove local copies of same.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 8222e9e..cf2cb51 100644
--- a/configure.in
+++ b/configure.in
@@ -33,7 +33,7 @@ if test "x$enable_lv2" = "xyes"; then
dnl ======================
dnl Check for lv2core
dnl ======================
- PKG_CHECK_MODULES(LV2, lv2core >= 4.1)
+ PKG_CHECK_MODULES(LV2, lv2 >= 1.0)
else
AC_MSG_RESULT([*** LV2 plugin will not be compiled ***])
enable_lv2=no