/[svn]/linuxsampler/trunk/configure.ac
ViewVC logotype

Diff of /linuxsampler/trunk/configure.ac

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

revision 1830 by schoenebeck, Sat Jan 31 11:31:41 2009 UTC revision 1846 by iliev, Thu Feb 26 22:43:45 2009 UTC
# Line 485  AC_ARG_ENABLE(vstsdk-dir, Line 485  AC_ARG_ENABLE(vstsdk-dir,
485  AC_SUBST(VSTSDK_DIR)  AC_SUBST(VSTSDK_DIR)
486  AM_CONDITIONAL(HAVE_VST, test "x$VSTSDK_DIR" != "x")  AM_CONDITIONAL(HAVE_VST, test "x$VSTSDK_DIR" != "x")
487    
488    # AU
489    AC_CHECK_HEADERS(AudioUnit/AudioUnit.h,
490            have_au=1,
491            have_au=0)
492    AM_CONDITIONAL(HAVE_AU, test $have_au = "1")
493    AM_CONDITIONAL(HAVE_AUFLAGS, test test "$AUFLAGS" != "")
494    
495    
496  # have we found at least one MIDI input and one audio output driver ?  # have we found at least one MIDI input and one audio output driver ?
497  if test "$have_midi_input_driver" = "false"; then  if test "$have_midi_input_driver" = "false"; then
# Line 1226  AC_OUTPUT( \ Line 1233  AC_OUTPUT( \
1233      src/hostplugins/dssi/Makefile \      src/hostplugins/dssi/Makefile \
1234      src/hostplugins/lv2/Makefile \      src/hostplugins/lv2/Makefile \
1235      src/hostplugins/vst/Makefile \      src/hostplugins/vst/Makefile \
1236        src/hostplugins/au/Makefile \
1237      linuxsampler.spec \      linuxsampler.spec \
1238      debian/Makefile \      debian/Makefile \
1239      Artwork/Makefile \      Artwork/Makefile \

Legend:
Removed from v.1830  
changed lines
  Added in v.1846

  ViewVC Help
Powered by ViewVC