]> granicus.if.org Git - python/commit
Allow configure to detect whether ndbm.h or gdbm/ndbm.h is installed.
authorFred Drake <fdrake@acm.org>
Thu, 14 Sep 2000 15:47:06 +0000 (15:47 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 14 Sep 2000 15:47:06 +0000 (15:47 +0000)
commit641fbe66e732dd435d774b70b4902bbd764c37ab
tree715c3045e48e5b5c4024c3bbc98b7640738bcc1d
parente108a027235fd99193fc8b617dd6a6b0f531a40c
Allow configure to detect whether ndbm.h or gdbm/ndbm.h is installed.
This allows dbmmodule.c to use either without having to add additional
options to the Modules/Setup file or make source changes.

(At least some Linux systems use gdbm to emulate ndbm, but only install
the ndbm.h header as /usr/include/gdbm/ndbm.h.)
config.h.in
configure
configure.in