Check for newer versions of Berkeley DB
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -534,6 +534,7 @@ BDB2) | ... | @@ -534,6 +534,7 @@ BDB2) |
534 | AC_DEFINE(WITH_BDB2,1, | 534 | AC_DEFINE(WITH_BDB2,1, |
535 | [Enable use of Berkeley DB])) | 535 | [Enable use of Berkeley DB])) |
536 | LIBS="$LIBS -ldb" | 536 | LIBS="$LIBS -ldb" |
537 | MU_DB2_CURSOR | ||
537 | POPAUTH=popauth]);; | 538 | POPAUTH=popauth]);; |
538 | NDBM) | 539 | NDBM) |
539 | AC_CHECK_LIB(ndbm, dbm_open, | 540 | AC_CHECK_LIB(ndbm, dbm_open, | ... | ... |
-
Please register or sign in to post a comment