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