summaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-12-16 05:42:43 -0500
committermidipix <writeonce@midipix.org>2018-12-19 20:16:28 -0500
commit5eb3ab3667560c57b3a38ff2daaa402510a0ee29 (patch)
tree35b5d1578d8b23e62b2a8f776130f1e4f89db82a /project
parent644d3c4d97daeb298b375526821db2fdb3810b77 (diff)
downloadsbpython2-5eb3ab3667560c57b3a38ff2daaa402510a0ee29.tar.bz2
sbpython2-5eb3ab3667560c57b3a38ff2daaa402510a0ee29.tar.xz
custom config: target: test for the <ndbm.h> header.
Diffstat (limited to 'project')
-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'