]> granicus.if.org Git - python/commit
Fixes bug in --with-libdb. If --with-libdb was not specified (default is to
authorSkip Montanaro <skip@pobox.com>
Mon, 4 Sep 2000 04:06:05 +0000 (04:06 +0000)
committerSkip Montanaro <skip@pobox.com>
Mon, 4 Sep 2000 04:06:05 +0000 (04:06 +0000)
commitb89f41efbc28f1021323ec74f2ec40cc372a0862
tree6cda2860b5fd4537e4ae474446919725aaab275e
parent2cb176f3279060a55b650a826ccfe9db538d3cc5
Fixes bug in --with-libdb.  If --with-libdb was not specified (default is to
enable it), but db.h was not found, the WITH_LIBDB macros was still being
defined, resulting in compilation errors.  Also added a short explain when
bsddb support wasn't enabled (because db.h wasn't found) when the user
explicitly used --with-libdb on the configure command line.
configure
configure.in