From 0cd3a072c11c29651c9c1be834019a4b8082ae70 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Mon, 18 Dec 2006 16:46:17 +0000 Subject: Disable LADPSA, as it has moved to the -bad module for the duration. Original commit message from CVS: * configure.ac: * ext/Makefile.am: Disable LADPSA, as it has moved to the -bad module for the duration. --- ext/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ext/Makefile.am') diff --git a/ext/Makefile.am b/ext/Makefile.am index 2626f65c..48855dea 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -58,11 +58,11 @@ else JPEG_DIR = endif -if USE_LADSPA -LADSPA_DIR = ladspa -else +#if USE_LADSPA +#LADSPA_DIR = ladspa +#else LADSPA_DIR = -endif +#endif if USE_LIBCACA LIBCACA_DIR = libcaca -- cgit