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

Diff of /classpath/configure.ac

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

revision 1.108 by mark, Sat Sep 17 21:19:35 2005 UTC revision 1.109 by green, Mon Oct 3 01:53:12 2005 UTC
# Line 103  AC_ARG_ENABLE([xmlj], Line 103  AC_ARG_ENABLE([xmlj],
103  AM_CONDITIONAL(CREATE_XMLJ_LIBRARY, test "x${COMPILE_XMLJ}" = xyes)  AM_CONDITIONAL(CREATE_XMLJ_LIBRARY, test "x${COMPILE_XMLJ}" = xyes)
104    
105  dnl -----------------------------------------------------------  dnl -----------------------------------------------------------
106    dnl ALSA code (enabled by default)
107    dnl -----------------------------------------------------------
108    AC_ARG_ENABLE([alsa],
109                  [AS_HELP_STRING(--disable-alsa,compile ALSA providers (enable by --enable-alsa) [default=yes])],
110                  [case "${enableval}" in
111                    yes) COMPILE_ALSA=yes ;;
112                    no) COMPILE_ALSA=no ;;
113                    *) COMPILE_ALSA=yes ;;
114                  esac],
115                  [AC_CHECK_HEADERS([alsa/asoundlib.h],COMPILE_ALSA=yes,COMPILE_ALSA=no)])
116    AM_CONDITIONAL(CREATE_ALSA_LIBRARIES, test "x${COMPILE_ALSA}" = xyes)
117    
118    dnl -----------------------------------------------------------
119    dnl DSSI code (enabled by default)
120    dnl -----------------------------------------------------------
121    AC_ARG_ENABLE([alsa],
122                  [AS_HELP_STRING(--disable-dssi,compile DSSI providers (enable by --enable-dssi) [default=yes])],
123                  [case "${enableval}" in
124                    yes) COMPILE_DSSI=yes ;;
125                    no) COMPILE_DSSI=no ;;
126                    *) COMPILE_DSSI=yes ;;
127                  esac],
128                  [AC_CHECK_HEADERS([dssi.h],COMPILE_DSSI=yes,COMPILE_DSSI=no)])
129    AM_CONDITIONAL(CREATE_DSSI_LIBRARIES, test "x${COMPILE_DSSI}" = xyes)
130    
131    dnl -----------------------------------------------------------
132  dnl GTK native peer (enabled by default)  dnl GTK native peer (enabled by default)
133  dnl -----------------------------------------------------------  dnl -----------------------------------------------------------
134  AC_ARG_ENABLE([gtk-peer],  AC_ARG_ENABLE([gtk-peer],
# Line 489  native/jni/java-util/Makefile Line 515  native/jni/java-util/Makefile
515  native/jni/gtk-peer/Makefile  native/jni/gtk-peer/Makefile
516  native/jni/qt-peer/Makefile  native/jni/qt-peer/Makefile
517  native/jni/xmlj/Makefile  native/jni/xmlj/Makefile
518    native/jni/midi-alsa/Makefile
519    native/jni/midi-dssi/Makefile
520  native/target/Makefile  native/target/Makefile
521  native/target/Linux/Makefile  native/target/Linux/Makefile
522  native/target/generic/Makefile  native/target/generic/Makefile

Legend:
Removed from v.1.108  
changed lines
  Added in v.1.109

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