Changeset: 475fb9f01390 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=475fb9f01390
Modified Files:
configure.ag
Branch: default
Log Message:
Check for presence of bam/kstring.h as well
diffs (12 lines):
diff --git a/configure.ag b/configure.ag
--- a/configure.ag
+++ b/configure.ag
@@ -2438,7 +2438,7 @@ if test "x$have_samtools" != xno; then
if test "x$have_samtools" = "xyes" -o "x$have_samtools" = "xauto"; then
SAMTOOLS_CFLAGS=
SAMTOOLS_LIBS="-lbam"
- AC_CHECK_HEADERS([samtools/kstring.h])
+ AC_CHECK_HEADERS([samtools/kstring.h bam/kstring.h])
fi
fi
AC_SUBST(SAMTOOLS_CFLAGS, $SAMTOOLS_CFLAGS)
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list