From: Peter Maydell Date: Sat, 24 Dec 2005 17:17:38 +0000 (+0000) Subject: Rework detection and handling of ndbm: we now check for a working X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/0cd75fec1902ab5540539fe8c95a071caf18f58e?hp=0cd75fec1902ab5540539fe8c95a071caf18f58e Rework detection and handling of ndbm: we now check for a working (library,header) combination, and configure defines variables for each which the makefile and C file just use, rather than a bunch of HAVE_foo switches. As a bonus, we no longer unnecessarily link every binary with the ndbm library even though only slocal uses it. Also you can now tell configure where to get the header/library so even if we guess wrong you can overrule us. ---