aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--configure.in6
2 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 28e6507d82..51ea8831a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2000-03-26 Chris Toshok <toshok@laptoph.xtoph.org>
+ * configure.in: check for db_185.h (present in newer db
+ distributions.)
+
* addressbook/backend/pas/pas-backend-file.c
(pas_backend_file_create_unique_id): new function.
(pas_backend_file_process_create_card): call
diff --git a/configure.in b/configure.in
index 95f5b6d428..2901a9aa4d 100644
--- a/configure.in
+++ b/configure.in
@@ -45,6 +45,12 @@ AM_GNOME_GETTEXT
GNOME_X_CHECKS
+dnl **************************************************
+dnl * pas-backend-file stuff.
+dnl * check for db_185.h. if it's there, we use it.
+dnl * otherwise, we use db.h (since it'll be 185).
+dnl **************************************************
+AC_CHECK_HEADERS(db_185.h)
dnl **************************************************
dnl * Posix thread support