summaryrefslogtreecommitdiff
path: root/project/config/cfgdefs.sh
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-12-16 05:42:43 -0500
committermidipix <writeonce@midipix.org>2018-12-18 20:38:40 -0500
commit23d81df663eb9cf57d89c02f8dbe9221cb5980b7 (patch)
tree6444363aad1a13960052b7de50718ad0fca759d5 /project/config/cfgdefs.sh
parentb90775f42fcea93380e565846eadff03bc1dc9a6 (diff)
downloadsbpython3-23d81df663eb9cf57d89c02f8dbe9221cb5980b7.tar.bz2
sbpython3-23d81df663eb9cf57d89c02f8dbe9221cb5980b7.tar.xz
custom config: target: test for the <ndbm.h> header.
Diffstat (limited to 'project/config/cfgdefs.sh')
-rw-r--r--project/config/cfgdefs.sh3
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'