/[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 2473 by schoenebeck, Sun Sep 15 17:55:56 2013 UTC revision 2478 by persson, Sat Oct 19 07:52:33 2013 UTC
# Line 290  if test "$config_jack_driver" = "yes"; t Line 290  if test "$config_jack_driver" = "yes"; t
290          AC_SUBST(JACK_CFLAGS)          AC_SUBST(JACK_CFLAGS)
291          linuxsampler_save_LIBS=$LIBS          linuxsampler_save_LIBS=$LIBS
292          LIBS="$JACK_LIBS $LIBS"          LIBS="$JACK_LIBS $LIBS"
293          AC_CHECK_FUNCS(jack_client_name_size jack_client_open)          AC_CHECK_FUNCS(jack_client_name_size jack_client_open \
294                           jack_on_info_shutdown)
295          LIBS=$linuxsampler_save_LIBS          LIBS=$linuxsampler_save_LIBS
296          have_audio_output_driver="true";          have_audio_output_driver="true";
297      fi      fi

Legend:
Removed from v.2473  
changed lines
  Added in v.2478

  ViewVC Help
Powered by ViewVC