From 377513db1f7bbe49122a981bce1efb7295e09094 Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Mon, 14 Aug 2000 15:18:44 +0000 Subject: Compile fix for RH7.0beta from Kenny Graunke ; unprototype the disabled mail functions svn path=/trunk/; revision=4836 --- configure.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.in') 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. -- cgit