From fded00210ebafc4c32d82a8542d9a9455159dde4 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Thu, 24 Apr 2003 05:20:53 +0000 Subject: [PATCH] Fix prev commit --- tests/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.in b/tests/Makefile.in index a3f82e205d..39cedf7595 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -30,7 +30,7 @@ test-hdb: FORCE @-$(LN_S) $(srcdir)/data . @-$(LN_S) $(top_srcdir)/servers/slapd/schema . @-$(LN_S) ../libraries/liblunicode ucdata - @if test "$(BUILD_BDB)" = "yes" ; then \ + @if test "$(BUILD_HDB)" = "yes" ; then \ echo "Initiating LDAP tests for HDB..." ; \ $(MKDIR) test-db test-repl || true; \ $(srcdir)/scripts/all $(srcdir) hdb $(BUILD_MONITOR) ; \ -- 2.39.5