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

Diff of /classpath/configure.ac

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

revision 1.119 by mark, Thu Nov 10 11:06:33 2005 UTC revision 1.120 by green, Fri Dec 2 13:57:41 2005 UTC
# Line 112  AC_ARG_ENABLE([alsa], Line 112  AC_ARG_ENABLE([alsa],
112                  no) COMPILE_ALSA=no ;;                  no) COMPILE_ALSA=no ;;
113                  *) COMPILE_ALSA=yes ;;                  *) COMPILE_ALSA=yes ;;
114                esac],                esac],
115                [AC_CHECK_HEADERS([alsa/asoundlib.h],COMPILE_ALSA=yes,COMPILE_ALSA=no)])                [AC_CHECK_HEADERS([alsa/asoundlib.h],
116                                    [AC_CHECK_LIB([asound], [snd_seq_open], COMPILE_ALSA=yes,COMPILE_ALSA=no)],
117                                    COMPILE_ALSA=no)])
118  AM_CONDITIONAL(CREATE_ALSA_LIBRARIES, test "x${COMPILE_ALSA}" = xyes)  AM_CONDITIONAL(CREATE_ALSA_LIBRARIES, test "x${COMPILE_ALSA}" = xyes)
119    
120  dnl -----------------------------------------------------------  dnl -----------------------------------------------------------
# Line 129  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 -----------------------------------------------------------
134    dnl JACK code (enabled by default)
135    dnl -----------------------------------------------------------
136    AC_ARG_ENABLE([jack],
137                  [AS_HELP_STRING(--disable-jack,compile JACK providers (enable by --enable-jack) [default=yes])],
138                  [case "${enableval}" in
139                    yes) COMPILE_JACK=yes ;;
140                    no) COMPILE_JACK=no ;;
141                    *) COMPILE_JACK=yes ;;
142                  esac],
143                  [AC_CHECK_HEADERS([jack/jack.h],COMPILE_JACK=yes,COMPILE_JACK=no)])
144    AM_CONDITIONAL(CREATE_JACK_LIBRARIES, test "x${COMPILE_JACK}" = xyes)
145    
146    dnl -----------------------------------------------------------
147  dnl GTK native peer (enabled by default)  dnl GTK native peer (enabled by default)
148  dnl -----------------------------------------------------------  dnl -----------------------------------------------------------
149  AC_ARG_ENABLE([gtk-peer],  AC_ARG_ENABLE([gtk-peer],
# Line 580  native/jni/qt-peer/Makefile Line 595  native/jni/qt-peer/Makefile
595  native/jni/xmlj/Makefile  native/jni/xmlj/Makefile
596  native/jni/midi-alsa/Makefile  native/jni/midi-alsa/Makefile
597  native/jni/midi-dssi/Makefile  native/jni/midi-dssi/Makefile
598    native/jni/sampled-jack/Makefile
599  native/target/Makefile  native/target/Makefile
600  native/target/Linux/Makefile  native/target/Linux/Makefile
601  native/target/generic/Makefile  native/target/generic/Makefile

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

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