Skip to content

Commit e47f668

Browse files
configure.ac: fixing type
1 parent 0b37c54 commit e47f668

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ If you want to disable HTSLib when building preseq, use the --disable-htslib
4242
argument to the configure script.
4343
"
4444
AC_ARG_ENABLE([hts],
45-
[AS_HELP_STRING([--disable-hts], [Enable HTSLib @<:@yes@:>@])],
45+
[AS_HELP_STRING([--disable-htslib], [Enable HTSLib @<:@yes@:>@])],
4646
[enable_hts=no], [enable_hts=yes])
4747
AS_IF([test "x$enable_hts" = "xyes"],
4848
[AC_CHECK_LIB([hts], [hts_version], [],

0 commit comments

Comments
 (0)