Changeset 3354
- Timestamp:
- Nov 22, 2014, 12:59:36 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r3350 r3354 382 382 YAT_CHECK_LA_LIBS([ 383 383 _YAT_BAM_INCLUDES 384 @%:@if YAT_HAVE_HTSLIB 385 void my_func(bam_hdr_t* hdr) { bam_hdr_destroy(hdr); } 386 @%:@else 384 387 void my_func(bam_header_t* hdr) { bam_header_destroy(hdr); } 388 @%:@endif 385 389 ], [$BAM_LIBS $LIBZ $user_LIBS], [$BAM_LIBS], [YAT_STATIC_LIBS]) 386 390 # check if global variable bam_nt16_rev_table is available
Note: See TracChangeset
for help on using the changeset viewer.