Changeset: 4370eb787489 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=4370eb787489
Modified Files:
configure.ag
Branch: bamloader
Log Message:
configure.ag: do not overwrite default when --with-hts 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_bam=$org_have_bam
AC_ARG_WITH(hts,
AS_HELP_STRING([--with-hts=DIR],
[hts (providing bam library) are installed in DIR]),
- [have_bam="$withval"], [have_bam="auto"])
+ [have_bam="$withval"])
if test "x$have_bam" != xno; then
case "$have_bam" in
auto|yes)
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list