/[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 1260 by capela, Tue Jul 3 09:00:55 2007 UTC revision 1366 by schoenebeck, Mon Oct 1 18:26:06 2007 UTC
# Line 240  if test "x$ac_volume" = "xyes"; then Line 240  if test "x$ac_volume" = "xyes"; then
240    AC_DEFINE(CONFIG_VOLUME, 1, [Define if global volume is available.])    AC_DEFINE(CONFIG_VOLUME, 1, [Define if global volume is available.])
241  fi  fi
242    
243    AC_CHECK_LIB(lscp, lscp_edit_instrument, [ac_edit_instrument="yes"], [ac_edit_instrument="no"])
244    if test "x$ac_edit_instrument" = "xyes"; then
245      AC_DEFINE(CONFIG_EDIT_INSTRUMENT, 1, [Define if instrument editing is available.])
246    fi
247    
248  # Check for optional libraries.  # Check for optional libraries.
249  if test "x$ac_libgig" = "xyes"; then  if test "x$ac_libgig" = "xyes"; then
250     AC_CHECK_LIB(gig, main, [ac_libgig="yes"], [ac_libgig="no"])     AC_CHECK_LIB(gig, main, [ac_libgig="yes"], [ac_libgig="no"])

Legend:
Removed from v.1260  
changed lines
  Added in v.1366

  ViewVC Help
Powered by ViewVC