Changeset 5221:154417d57b9d for configure.ac
- Timestamp:
- 2007-09-13 09:39:47 (16 months ago)
- Branch:
- HEAD
- Files:
-
- 1 modified
-
configure.ac (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r5212 r5221 817 817 [Don't use gdbm even if it is available])) 818 818 AC_ARG_WITH(bdb, AC_HELP_STRING([--with-bdb[=DIR]], 819 [Use BerkeleyDB4 if gdbm is not available]) , ac_bdb_prefix=$withval)819 [Use BerkeleyDB4 if gdbm is not available])) 820 820 821 821 if test x$enable_hcache = xyes … … 891 891 892 892 dnl -- BDB -- 893 ac_bdb_prefix= yes893 ac_bdb_prefix="$with_bdb" 894 894 if test x$ac_bdb_prefix != xno && test x$ac_cv_gdbmopen != xyes && test $use_qdbm != yes; then 895 895 test x$ac_bdb_prefix = xyes && ac_bdb_prefix="$mutt_cv_prefix /opt/csw/bdb4 /opt /usr/local /usr"
