cf: db.m4 remove db_create check in non-existent libdb5
The correct library name is libdb-5.
This commit is contained in:

committed by
Luke Howard

parent
77f33c1fde
commit
0fbd163640
2
cf/db.m4
2
cf/db.m4
@@ -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>
|
||||
|
Reference in New Issue
Block a user