summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-04-28 17:19:55 +0000
committerDavid Robillard <d@drobilla.net>2007-04-28 17:19:55 +0000
commitcc13072397e9333ccf90140973692aefc19590ce (patch)
tree3112d25703ad1a64ee9b8abed650d23fab9d9b60 /configure.ac
parent068bf99fb9ff1030d111a7506601d1f702857261 (diff)
downloadlilv-cc13072397e9333ccf90140973692aefc19590ce.tar.gz
lilv-cc13072397e9333ccf90140973692aefc19590ce.tar.bz2
lilv-cc13072397e9333ccf90140973692aefc19590ce.zip
Compile fixes, rewrote ladspa2lv2 as plain C using Redland.
git-svn-id: http://svn.drobilla.net/lad/slv2@479 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac11
1 files changed, 0 insertions, 11 deletions
diff --git a/configure.ac b/configure.ac
index 0b058a9..7ac3e97 100644
--- a/configure.ac
+++ b/configure.ac
@@ -88,17 +88,6 @@ AM_CONDITIONAL(WITH_JACK, [test "$build_jack" = "yes"])
#AC_MSG_RESULT($lv2dir)
#AC_SUBST(lv2dir)
-# Build ladspa converter?
-build_ladspa2lv2="no"
-AC_ARG_ENABLE(ladspa2lv2,
- [AS_HELP_STRING(--enable-ladspa2lv2, [Build ladspa2lv2 (no) - BROKEN])],
- [build_ladspa2lv2="$enableval"])
-if test "$build_ladspa2lv2" = "yes"; then
- AC_PROG_CXX
- PKG_CHECK_MODULES(RAUL, raul >= 0.0.0)
-fi
-AM_CONDITIONAL(BUILD_LADSPA2SLV2, [test "$build_ladspa2lv2" = "yes"])
-
# Check ontology install directory
AC_MSG_CHECKING([where to install lv2.ttl])