/[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 617 by schoenebeck, Wed Jun 8 21:00:06 2005 UTC revision 643 by capela, Sun Jun 12 23:49:00 2005 UTC
# Line 177  AM_CONDITIONAL(HAVE_COREMIDI, test $have Line 177  AM_CONDITIONAL(HAVE_COREMIDI, test $have
177  AC_DEFINE_UNQUOTED(HAVE_COREMIDI,$have_coremidi,[Define to 1 if you have CoreMIDI installed.])  AC_DEFINE_UNQUOTED(HAVE_COREMIDI,$have_coremidi,[Define to 1 if you have CoreMIDI installed.])
178    
179  # Check presence of libgig  # Check presence of libgig
180  libgig_version="2.0.0"  libgig_version="2.0.1"
181  PKG_CHECK_MODULES(GIG, gig >= $libgig_version, HAVE_GIG=true, HAVE_GIG=false)  PKG_CHECK_MODULES(GIG, gig >= $libgig_version, HAVE_GIG=true, HAVE_GIG=false)
182  if test "$HAVE_GIG" = "false"; then  if test "$HAVE_GIG" = "false"; then
183      echo "Required libgig version not found!"      echo "Required libgig version not found!"
# Line 560  AC_CHECK_HEADER(stdlib.h) Line 560  AC_CHECK_HEADER(stdlib.h)
560    
561  AM_PROG_LIBTOOL  AM_PROG_LIBTOOL
562    
563  AC_OUTPUT(Makefile man/Makefile man/linuxsampler.1 src/Makefile src/network/Makefile src/engines/Makefile src/engines/gig/Makefile src/engines/common/Makefile src/common/Makefile src/lib/Makefile src/lib/fileloader/Makefile src/lib/fileloader/libgig/Makefile src/testcases/Makefile src/drivers/Makefile src/drivers/audio/Makefile src/drivers/midi/Makefile)  AC_OUTPUT(Makefile man/Makefile man/linuxsampler.1 src/Makefile src/network/Makefile src/engines/Makefile src/engines/gig/Makefile src/engines/common/Makefile src/common/Makefile src/lib/Makefile src/lib/fileloader/Makefile src/lib/fileloader/libgig/Makefile src/testcases/Makefile src/drivers/Makefile src/drivers/audio/Makefile src/drivers/midi/Makefile linuxsampler.spec)
564    
565    
566  ###########################################################################  ###########################################################################

Legend:
Removed from v.617  
changed lines
  Added in v.643

  ViewVC Help
Powered by ViewVC