/[svn]/qsampler/trunk/configure.ac
ViewVC logotype

Diff of /qsampler/trunk/configure.ac

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3667 by capela, Mon Oct 21 00:13:19 2019 UTC revision 3668 by schoenebeck, Sun Dec 22 13:47:40 2019 UTC
# Line 457  if test "x$ac_max_voices" = "xyes"; then Line 457  if test "x$ac_max_voices" = "xyes"; then
457    AC_DEFINE(CONFIG_MAX_VOICES, 1, [Define if max. voices / streams is available.])    AC_DEFINE(CONFIG_MAX_VOICES, 1, [Define if max. voices / streams is available.])
458  fi  fi
459    
460    AC_CHECK_LIB(lscp, lscp_client_connection_lost, [ac_lscp_conn_lost="yes"], [ac_lscp_conn_lost="no"])
461    if test "x$ac_lscp_conn_lost" = "xyes"; then
462      AC_DEFINE(CONFIG_LSCP_CLIENT_CONNECTION_LOST, 1, [Define if liblscp function lscp_client_connection_lost() is available.])
463    fi
464    
465  # Check for optional libraries.  # Check for optional libraries.
466  if test "x$ac_libgig" = "xyes"; then  if test "x$ac_libgig" = "xyes"; then
467     PKG_CHECK_MODULES([GIG], [gig >= 3.3.0], [ac_libgig="yes"], [ac_libgig="no"])     PKG_CHECK_MODULES([GIG], [gig >= 3.3.0], [ac_libgig="yes"], [ac_libgig="no"])
# Line 549  fi Line 554  fi
554  echo "  LSCP channel MIDI event support  . . . . . . . . .: $ac_channel_midi_event"  echo "  LSCP channel MIDI event support  . . . . . . . . .: $ac_channel_midi_event"
555  echo "  LSCP device MIDI event support . . . . . . . . . .: $ac_device_midi_event"  echo "  LSCP device MIDI event support . . . . . . . . . .: $ac_device_midi_event"
556  echo "  LSCP runtime max. voices / disk streams support  .: $ac_max_voices"  echo "  LSCP runtime max. voices / disk streams support  .: $ac_max_voices"
557    echo "  LSCP connection loss support . . . . . . . . . . .: $ac_lscp_conn_lost"
558  echo  echo
559  echo "  Unique/Single instance support . . . . . . . . . .: $ac_xunique"  echo "  Unique/Single instance support . . . . . . . . . .: $ac_xunique"
560  echo "  Debugger stack-trace (gdb) . . . . . . . . . . . .: $ac_stacktrace"  echo "  Debugger stack-trace (gdb) . . . . . . . . . . . .: $ac_stacktrace"

Legend:
Removed from v.3667  
changed lines
  Added in v.3668

  ViewVC Help
Powered by ViewVC