diff options
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. |