Show
Ignore:
Timestamp:
2007-09-13 09:39:47 (16 months ago)
Author:
Brendan Cully <brendan@…>
Branch:
HEAD
Message:

Do not clobber --with-bdb argument (closes #2955)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • configure.ac

    r5212 r5221  
    817817  [Don't use gdbm even if it is available])) 
    818818AC_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])) 
    820820 
    821821if test x$enable_hcache = xyes 
     
    891891 
    892892    dnl -- BDB -- 
    893     ac_bdb_prefix=yes 
     893    ac_bdb_prefix="$with_bdb" 
    894894    if test x$ac_bdb_prefix != xno && test x$ac_cv_gdbmopen != xyes && test $use_qdbm != yes; then 
    895895        test x$ac_bdb_prefix = xyes && ac_bdb_prefix="$mutt_cv_prefix /opt/csw/bdb4 /opt /usr/local /usr"