diff options
author | Peter Williams <peterw@ximian.com> | 2001-06-01 21:30:00 +0000 |
---|---|---|
committer | Peter Williams <peterw@src.gnome.org> | 2001-06-01 21:30:00 +0000 |
commit | a99ffbcc08162cb392d9cdbcd55aa04e0bffcb78 (patch) | |
tree | bc2f53c952e53615e0c9e298b5291a639339ca44 /acconfig.h | |
parent | ec955ea1057189aebbb9f4d8402e25baac728c2a (diff) | |
download | gconf-a99ffbcc08162cb392d9cdbcd55aa04e0bffcb78.tar.gz |
Check if DB3 headers are in db3/db.h as well.
2001-06-01 Peter Williams <peterw@ximian.com>
* configure.in: Check if DB3 headers are in db3/db.h as well.
* acconfig.h: Add HAVE_DB3_DB_H
* backends/bdb.c: #include config.h to get HAVE_DB3_DB_H
* backends/bdb.h: Include the proper db.h
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,3 +7,4 @@ #undef ENABLE_NLS #undef HAVE_PTHREAD_H #undef GETTEXT_PACKAGE +#undef HAVE_DB3_DB_H |