Show
Ignore:
Timestamp:
2007-04-07 16:05:15 (21 months ago)
Author:
Jukka Salmi <jukka@…>
Branch:
HEAD
Message:

Fix BDB autoconf buglet introduced in [3638701db407]

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • configure.ac

    r5078 r5096  
    895895                    BDB_INCLUDE_DIR="$d/include/$v" 
    896896                    for bdblibdir in "$d/lib/$v" "$d/lib"; do 
    897                     if test -d "$bdblibdir"; then 
     897                        test -d "$bdblibdir" || continue 
    898898                        BDB_LIB_DIR="$bdblibdir" 
    899899                        for l in `echo $BDB_VERSIONS`; do 
     
    912912                            ]) 
    913913                        done 
    914                         test x$ac_cv_dbcreate = xyes && break 
    915                     fi 
     914                        test x$ac_cv_dbcreate = xyes && break 2 
    916915                    done 
    917916                fi