aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Toshok <toshok@src.gnome.org>2000-03-27 16:03:12 +0800
committerChris Toshok <toshok@src.gnome.org>2000-03-27 16:03:12 +0800
commit2e4f332ae7f02625f22583eb5d2de5dba18591ca (patch)
tree33ad41ce7878c42b3155fba0a984307ed5b9f670
parentb3b329b797f9943a656410a862a340264d92a4c5 (diff)
downloadgsoc2013-evolution-2e4f332ae7f02625f22583eb5d2de5dba18591ca.tar
gsoc2013-evolution-2e4f332ae7f02625f22583eb5d2de5dba18591ca.tar.gz
gsoc2013-evolution-2e4f332ae7f02625f22583eb5d2de5dba18591ca.tar.bz2
gsoc2013-evolution-2e4f332ae7f02625f22583eb5d2de5dba18591ca.tar.lz
gsoc2013-evolution-2e4f332ae7f02625f22583eb5d2de5dba18591ca.tar.xz
gsoc2013-evolution-2e4f332ae7f02625f22583eb5d2de5dba18591ca.tar.zst
gsoc2013-evolution-2e4f332ae7f02625f22583eb5d2de5dba18591ca.zip
check for db_185.h (present in newer db distributions.)
* configure.in: check for db_185.h (present in newer db distributions.) svn path=/trunk/; revision=2179
-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