From bae74822e1656560f8552a7f4433d7da326293f4 Mon Sep 17 00:00:00 2001
From: Kurt Zeilenga <kurt@openldap.org>
Date: Tue, 28 Aug 2001 19:10:48 +0000
Subject: [PATCH] Import db1 fix

---
 build/openldap.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build/openldap.m4 b/build/openldap.m4
index 7b0acc8783..bad6342abd 100644
--- a/build/openldap.m4
+++ b/build/openldap.m4
@@ -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
-- 
GitLab