summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
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