--- linuxsampler/trunk/configure.in 2011/02/21 17:34:36 2167 +++ linuxsampler/trunk/configure.in 2011/06/11 17:53:32 2183 @@ -528,6 +528,16 @@ AM_CONDITIONAL(HAVE_AU, test $config_have_au = "yes") AM_CONDITIONAL(HAVE_AUFLAGS, test "$AUFLAGS" != "") +if test $config_have_au = "yes" ; then + if test "x$DEVELOPER_EXTRAS_DIR" = "x" ; then + if test -d /Developer/Extras ; then + DEVELOPER_EXTRAS_DIR=/Developer/Extras + else + DEVELOPER_EXTRAS_DIR=/Developer/Examples + fi + fi + AC_SUBST(DEVELOPER_EXTRAS_DIR) +fi # have we found at least one MIDI input and one audio output driver ? if test "$have_midi_input_driver" = "false"; then