/[svn]/linuxsampler/trunk/configure.in
ViewVC logotype

Diff of /linuxsampler/trunk/configure.in

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

revision 935 by schoenebeck, Sat Aug 5 17:55:49 2006 UTC revision 936 by schoenebeck, Fri Nov 24 14:05:05 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="3.0.0"  libgig_version="3.1.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.935  
changed lines
  Added in v.936

  ViewVC Help
Powered by ViewVC