diff options
author | Peter Williams <peterw@src.gnome.org> | 2000-08-14 23:18:44 +0800 |
---|---|---|
committer | Peter Williams <peterw@src.gnome.org> | 2000-08-14 23:18:44 +0800 |
commit | 377513db1f7bbe49122a981bce1efb7295e09094 (patch) | |
tree | 3b8510e89787038953053f0526a545caacc5b2d1 /configure.in | |
parent | 31609c7e53f5da2ca27a5562e719ebf8cca333ba (diff) | |
download | gsoc2013-evolution-377513db1f7bbe49122a981bce1efb7295e09094.tar gsoc2013-evolution-377513db1f7bbe49122a981bce1efb7295e09094.tar.gz gsoc2013-evolution-377513db1f7bbe49122a981bce1efb7295e09094.tar.bz2 gsoc2013-evolution-377513db1f7bbe49122a981bce1efb7295e09094.tar.lz gsoc2013-evolution-377513db1f7bbe49122a981bce1efb7295e09094.tar.xz gsoc2013-evolution-377513db1f7bbe49122a981bce1efb7295e09094.tar.zst gsoc2013-evolution-377513db1f7bbe49122a981bce1efb7295e09094.zip |
Compile fix for RH7.0beta from Kenny Graunke <kwg@teleport.com>; unprototype the disabled mail functions
svn path=/trunk/; revision=4836
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in index ebeb4942d2..89a3148581 100644 --- a/configure.in +++ b/configure.in @@ -137,8 +137,10 @@ 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 * Except on RH7.0, which puts db in yet another place dnl ************************************************** AC_CHECK_HEADERS(db_185.h) +AC_CHECK_HEADERS(db1/db.h) dnl ************************************************** dnl * ldap related stuff. |