/[classpath]/classpath/configure.ac
ViewVC logotype

Diff of /classpath/configure.ac

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.120 by green, Fri Dec 2 13:57:41 2005 UTC revision 1.121 by mark, Sat Dec 3 16:59:42 2005 UTC
# Line 131  AC_ARG_ENABLE([dssi], Line 131  AC_ARG_ENABLE([dssi],
131  AM_CONDITIONAL(CREATE_DSSI_LIBRARIES, test "x${COMPILE_DSSI}" = xyes)  AM_CONDITIONAL(CREATE_DSSI_LIBRARIES, test "x${COMPILE_DSSI}" = xyes)
132    
133  dnl -----------------------------------------------------------  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 -----------------------------------------------------------  
134  dnl GTK native peer (enabled by default)  dnl GTK native peer (enabled by default)
135  dnl -----------------------------------------------------------  dnl -----------------------------------------------------------
136  AC_ARG_ENABLE([gtk-peer],  AC_ARG_ENABLE([gtk-peer],
# Line 595  native/jni/qt-peer/Makefile Line 582  native/jni/qt-peer/Makefile
582  native/jni/xmlj/Makefile  native/jni/xmlj/Makefile
583  native/jni/midi-alsa/Makefile  native/jni/midi-alsa/Makefile
584  native/jni/midi-dssi/Makefile  native/jni/midi-dssi/Makefile
 native/jni/sampled-jack/Makefile  
585  native/target/Makefile  native/target/Makefile
586  native/target/Linux/Makefile  native/target/Linux/Makefile
587  native/target/generic/Makefile  native/target/generic/Makefile

Legend:
Removed from v.1.120  
changed lines
  Added in v.1.121

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26