Changeset: 7a00a24ff53c for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=7a00a24ff53c Modified Files: configure.ag Branch: bamloader Log Message:
configure.ag: do not overwrite default when --with-samtools is not provided diffs (12 lines): diff --git a/configure.ag b/configure.ag --- a/configure.ag +++ b/configure.ag @@ -2368,7 +2368,7 @@ have_samtools=$org_have_samtools AC_ARG_WITH(samtools, AS_HELP_STRING([--with-samtools=DIR], [samtools (providing bam library) are installed in DIR]), - [have_samtools="$withval"], [have_samtools="auto"]) + [have_samtools="$withval"]) if test "x$have_samtools" != xno; then case "$have_samtools" in auto|yes) _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list