/[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 838 by schoenebeck, Fri Feb 10 14:57:40 2006 UTC revision 840 by persson, Sun Feb 26 13:00:08 2006 UTC
# Line 192  AM_CONDITIONAL(HAVE_JACK, test $HAVE_JAC Line 192  AM_CONDITIONAL(HAVE_JACK, test $HAVE_JAC
192  AC_DEFINE_UNQUOTED(HAVE_JACK,$HAVE_JACK,[Define to 1 if you have JACK installed.])  AC_DEFINE_UNQUOTED(HAVE_JACK,$HAVE_JACK,[Define to 1 if you have JACK installed.])
193    
194  # ARTS  # ARTS
195  sinclude([m4/arts.m4])  
196    m4_ifdef([m4_include(m4/arts.m4)],,
197            [sinclude([m4/arts.m4])])
198    
199  AM_PATH_ARTS(0.9.5, have_arts=1, have_arts=0)  AM_PATH_ARTS(0.9.5, have_arts=1, have_arts=0)
200  if test "$have_arts" = "1"; then  if test "$have_arts" = "1"; then
201      have_audio_output_driver="true"      have_audio_output_driver="true"

Legend:
Removed from v.838  
changed lines
  Added in v.840

  ViewVC Help
Powered by ViewVC