diff options
author | Chris Toshok <toshok@src.gnome.org> | 2000-03-27 16:03:12 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2000-03-27 16:03:12 +0800 |
commit | 2e4f332ae7f02625f22583eb5d2de5dba18591ca (patch) | |
tree | 33ad41ce7878c42b3155fba0a984307ed5b9f670 /configure.in | |
parent | b3b329b797f9943a656410a862a340264d92a4c5 (diff) | |
download | gsoc2013-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
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 6 insertions, 0 deletions
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 |