/[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 852 by schoenebeck, Fri Apr 14 19:13:32 2006 UTC revision 857 by schoenebeck, Wed May 3 20:40:19 2006 UTC
# Line 287  AM_CONDITIONAL(HAVE_COREMIDI, test $have Line 287  AM_CONDITIONAL(HAVE_COREMIDI, test $have
287  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.])
288    
289  # Check presence of libgig  # Check presence of libgig
290  libgig_version="2.0.2"  libgig_version="3.0.0"
291  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)
292  if test "$HAVE_GIG" = "false"; then  if test "$HAVE_GIG" = "false"; then
293      echo "Required libgig version not found!"      echo "Required libgig version not found!"

Legend:
Removed from v.852  
changed lines
  Added in v.857

  ViewVC Help
Powered by ViewVC