commit | b89f41efbc28f1021323ec74f2ec40cc372a0862 | [log] [tgz] |
---|---|---|
author | Skip Montanaro <skip@pobox.com> | Mon Sep 04 04:06:05 2000 +0000 |
committer | Skip Montanaro <skip@pobox.com> | Mon Sep 04 04:06:05 2000 +0000 |
tree | 6cda2860b5fd4537e4ae474446919725aaab275e | |
parent | 2cb176f3279060a55b650a826ccfe9db538d3cc5 [diff] |
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.