/[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 2197 by persson, Sat Jul 2 09:55:42 2011 UTC revision 2203 by persson, Sat Jul 9 16:44:27 2011 UTC
# Line 552  if test $config_have_au = "yes" ; then Line 552  if test $config_have_au = "yes" ; then
552      AC_SUBST(DEVELOPER_EXTRAS_DIR)      AC_SUBST(DEVELOPER_EXTRAS_DIR)
553  fi  fi
554    
555    if test "x$MAC_PLUGIN_INSTALL_DIR" = "x" ; then
556        MAC_PLUGIN_INSTALL_DIR=/Library/Audio/Plug-Ins
557    fi
558    AC_SUBST(MAC_PLUGIN_INSTALL_DIR)
559    
560  # 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 ?
561  if test "$have_midi_input_driver" = "false"; then  if test "$have_midi_input_driver" = "false"; then
562      echo "No supported MIDI input system found!"      echo "No supported MIDI input system found!"

Legend:
Removed from v.2197  
changed lines
  Added in v.2203

  ViewVC Help
Powered by ViewVC