diff options
author | midipix <writeonce@midipix.org> | 2018-12-16 05:42:43 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-12-18 20:38:40 -0500 |
commit | 23d81df663eb9cf57d89c02f8dbe9221cb5980b7 (patch) | |
tree | 6444363aad1a13960052b7de50718ad0fca759d5 | |
parent | b90775f42fcea93380e565846eadff03bc1dc9a6 (diff) | |
download | sbpython3-23d81df663eb9cf57d89c02f8dbe9221cb5980b7.tar.bz2 sbpython3-23d81df663eb9cf57d89c02f8dbe9221cb5980b7.tar.xz |
custom config: target: test for the <ndbm.h> header.
-rw-r--r-- | project/config/cfgdefs.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/project/config/cfgdefs.sh b/project/config/cfgdefs.sh index 245ba3f..567e6cf 100644 --- a/project/config/cfgdefs.sh +++ b/project/config/cfgdefs.sh @@ -124,6 +124,9 @@ cfgdefs_perform_target_tests() # common tests cfgdefs_perform_common_tests + # ndbm + cfgtest_header_presence 'ndbm.h' + # openssl mb_cfgtest_headers='openssl/x509.h' |