/[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 2167 by persson, Mon Feb 21 17:34:36 2011 UTC revision 2183 by persson, Sat Jun 11 17:53:32 2011 UTC
# Line 528  AC_CHECK_HEADERS(AudioUnit/AudioUnit.h, Line 528  AC_CHECK_HEADERS(AudioUnit/AudioUnit.h,
528  AM_CONDITIONAL(HAVE_AU, test $config_have_au = "yes")  AM_CONDITIONAL(HAVE_AU, test $config_have_au = "yes")
529  AM_CONDITIONAL(HAVE_AUFLAGS, test "$AUFLAGS" != "")  AM_CONDITIONAL(HAVE_AUFLAGS, test "$AUFLAGS" != "")
530    
531    if test $config_have_au = "yes" ; then
532        if test "x$DEVELOPER_EXTRAS_DIR" = "x" ; then
533            if test -d /Developer/Extras ; then
534                DEVELOPER_EXTRAS_DIR=/Developer/Extras
535            else      
536                DEVELOPER_EXTRAS_DIR=/Developer/Examples
537            fi
538        fi
539        AC_SUBST(DEVELOPER_EXTRAS_DIR)
540    fi
541    
542  # 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 ?
543  if test "$have_midi_input_driver" = "false"; then  if test "$have_midi_input_driver" = "false"; then

Legend:
Removed from v.2167  
changed lines
  Added in v.2183

  ViewVC Help
Powered by ViewVC