mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
Import db1 fix
This commit is contained in:
parent
6dfc4700de
commit
bae74822e1
1 changed files with 1 additions and 1 deletions
|
|
@ -442,7 +442,7 @@ if test $ac_cv_header_db_185_h = yes -o $ac_cv_header_db_h = yes; then
|
|||
#endif
|
||||
], [ol_cv_header_db1=yes], [ol_cv_header_db1=no])])
|
||||
|
||||
if test ol_cv_header_db1=yes ; then
|
||||
if test $ol_cv_header_db1 = yes ; then
|
||||
OL_BERKELEY_DB_LINK
|
||||
if test "$ol_cv_lib_db" != no ; then
|
||||
ol_cv_berkeley_db=yes
|
||||
|
|
|
|||
Loading…
Reference in a new issue