cf: db.m4 remove db_create check in non-existent libdb5

The correct library name is libdb-5.
This commit is contained in:
Jeffrey Altman
2022-01-03 01:01:25 -05:00
committed by Luke Howard
parent 77f33c1fde
commit 0fbd163640

View File

@@ -59,7 +59,7 @@ AS_IF([test "x$with_berkeley_db" != xno],
dnl db_create is used by db3 and db4 and db5
AC_FIND_FUNC_NO_LIBS(db_create, [$dbheader] db-5 db5 db4 db3 db, [
AC_FIND_FUNC_NO_LIBS(db_create, [$dbheader] db-5 db4 db3 db, [
#include <stdio.h>
#ifdef HAVE_DBHEADER
#include <$dbheader/db.h>