check for ndbm functions in db3 library too
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10596 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
2
cf/db.m4
2
cf/db.m4
@@ -62,7 +62,7 @@ dnl dbopen is used by db1/db2
|
||||
|
||||
dnl test for ndbm compatability
|
||||
|
||||
AC_FIND_FUNC_NO_LIBS2(dbm_firstkey, $ac_cv_funclib_dbopen, [
|
||||
AC_FIND_FUNC_NO_LIBS2(dbm_firstkey, $ac_cv_funclib_dbopen $ac_cv_funclib_db_create, [
|
||||
#include <stdio.h>
|
||||
#define DB_DBM_HSEARCH 1
|
||||
#include <db.h>
|
||||
|
Reference in New Issue
Block a user