summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2005-12-03 16:59:42 +0000
committerMark Wielaard <mark@klomp.org>2005-12-03 16:59:42 +0000
commit87567991e72ae279542663f5bd443f6d5515e3f6 (patch)
tree9913c5c2a125e1bdace02df8c3bf494c371d4a4b /configure.ac
parent5fec1580df69a00bc4bcfa5c4ee1199560741401 (diff)
downloadclasspath-87567991e72ae279542663f5bd443f6d5515e3f6.tar.gz
* configure.ac (AC_CONFIG_FILES): Removed
native/jni/sampled-jack/Makefile. (AC_ARG_ENABLE [jack]): Removed.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac14
1 files changed, 0 insertions, 14 deletions
diff --git a/configure.ac b/configure.ac
index b04ccaa82..1e44551aa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -131,19 +131,6 @@ AC_ARG_ENABLE([dssi],
AM_CONDITIONAL(CREATE_DSSI_LIBRARIES, test "x${COMPILE_DSSI}" = xyes)
dnl -----------------------------------------------------------
-dnl JACK code (enabled by default)
-dnl -----------------------------------------------------------
-AC_ARG_ENABLE([jack],
- [AS_HELP_STRING(--disable-jack,compile JACK providers (enable by --enable-jack) [default=yes])],
- [case "${enableval}" in
- yes) COMPILE_JACK=yes ;;
- no) COMPILE_JACK=no ;;
- *) COMPILE_JACK=yes ;;
- esac],
- [AC_CHECK_HEADERS([jack/jack.h],COMPILE_JACK=yes,COMPILE_JACK=no)])
-AM_CONDITIONAL(CREATE_JACK_LIBRARIES, test "x${COMPILE_JACK}" = xyes)
-
-dnl -----------------------------------------------------------
dnl GTK native peer (enabled by default)
dnl -----------------------------------------------------------
AC_ARG_ENABLE([gtk-peer],
@@ -595,7 +582,6 @@ native/jni/qt-peer/Makefile
native/jni/xmlj/Makefile
native/jni/midi-alsa/Makefile
native/jni/midi-dssi/Makefile
-native/jni/sampled-jack/Makefile
native/target/Makefile
native/target/Linux/Makefile
native/target/generic/Makefile