mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
Fixed missing comma in -ldb check
This commit is contained in:
parent
5a5fc0872b
commit
8da2a1b269
1 changed files with 1 additions and 1 deletions
|
|
@ -263,7 +263,7 @@ AC_DEFUN([OL_LIB_BERKELEY_DB],
|
|||
ol_LIBS="$LIBS"
|
||||
AC_CHECK_FUNC(dbopen,[ol_cv_lib_db=yes], [
|
||||
AC_CHECK_LIB(db1,dbopen,[ol_cv_lib_db=-ldb1],[
|
||||
AC_CHECK_LIB(db,dbopen,[ol_cv_lib_db=-ldb]
|
||||
AC_CHECK_LIB(db,dbopen,[ol_cv_lib_db=-ldb],
|
||||
[ol_cv_lib_db=no])
|
||||
])
|
||||
])
|
||||
|
|
|
|||
Loading…
Reference in a new issue