/[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 1852 by schoenebeck, Sun Mar 1 22:22:03 2009 UTC revision 1855 by iliev, Mon Mar 2 15:33:38 2009 UTC
# Line 490  AC_CHECK_HEADERS(AudioUnit/AudioUnit.h, Line 490  AC_CHECK_HEADERS(AudioUnit/AudioUnit.h,
490          have_au=1,          have_au=1,
491          have_au=0)          have_au=0)
492  AM_CONDITIONAL(HAVE_AU, test $have_au = "1")  AM_CONDITIONAL(HAVE_AU, test $have_au = "1")
493  AM_CONDITIONAL(HAVE_AUFLAGS, test test "$AUFLAGS" != "")  AM_CONDITIONAL(HAVE_AUFLAGS, 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 ?

Legend:
Removed from v.1852  
changed lines
  Added in v.1855

  ViewVC Help
Powered by ViewVC