Opened 10 years ago
Closed 10 years ago
#735 closed defect (fixed)
missing HAVE_SAMTOOLS_BAM_H in config_public.h.in
Reported by: | Peter | Owned by: | Peter |
---|---|---|---|
Priority: | minor | Milestone: | yat 0.10.1 |
Component: | build | Version: | 0.10 |
Keywords: | Cc: |
Description
Changeset r2928 introduced some defines in config_public.h.in that is decided at configure time. But there is no HAVE_SAMTOOLS_BAM_H although it's mentioned in the comment.
Note: See
TracTickets for help on using
tickets.
(In [2947]) #define/#undef HAVE_SAMTOOL_BAM_H in config_public.h.in and remove HAVE_SAMTOOLS that was never supposed to be there. fixes #735