Changeset 3906


Ignore:
Timestamp:
May 8, 2020, 12:25:53 PM (3 years ago)
Author:
Peter
Message:

fix bug introduced in r3890; variable is now named have_htslib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/yat_pc_test.sh

    r3661 r3906  
    7070pkg-config libz --exists --print-errors || pc_find zlib
    7171
    72 if test $HAVE_HTSLIB = yes; then
     72if test $have_htslib = yes; then
    7373  pkg-config htslib --exists --print-errors || pc_find htslib;
    7474fi
Note: See TracChangeset for help on using the changeset viewer.