/[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 1033 by capela, Mon Jan 15 11:27:22 2007 UTC revision 1034 by capela, Mon Jan 15 16:21:01 2007 UTC
# Line 1  Line 1 
1  # Process this file with autoconf to produce a configure script.  # Process this file with autoconf to produce a configure script.
2  AC_INIT(Qsampler, 0.1.3.23, rncbc@rncbc.org, qsampler)  AC_INIT(Qsampler, 0.1.3.24, rncbc@rncbc.org, qsampler)
3  AC_CONFIG_SRCDIR(src/qsamplerMainForm.ui.h)  AC_CONFIG_SRCDIR(src/qsamplerMainForm.ui.h)
4  AC_CONFIG_HEADERS(config.h)  AC_CONFIG_HEADERS(config.h)
5  AC_CONFIG_FILES(Makefile qsampler.pro qsampler.spec)  AC_CONFIG_FILES(Makefile qsampler.pro qsampler.spec)
# Line 224  if test "x$ac_audio_routing" = "xyes"; t Line 224  if test "x$ac_audio_routing" = "xyes"; t
224     AC_DEFINE(CONFIG_AUDIO_ROUTING, 1, [Define if audio_routing is an integer array.])     AC_DEFINE(CONFIG_AUDIO_ROUTING, 1, [Define if audio_routing is an integer array.])
225  fi  fi
226    
227    AC_CHECK_LIB(lscp, lscp_set_volume, [ac_volume="yes"], [ac_volume="no"])
228    if test "x$ac_volume" = "xyes"; then
229      AC_DEFINE(CONFIG_VOLUME, 1, [Define if global volume is available.])
230    fi
231    
232  # Check for optional libraries.  # Check for optional libraries.
233  if test "x$ac_libgig" = "xyes"; then  if test "x$ac_libgig" = "xyes"; then
234     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.1033  
changed lines
  Added in v.1034

  ViewVC Help
Powered by ViewVC