From: Howard Chu Date: Thu, 24 Apr 2003 05:20:53 +0000 (+0000) Subject: Fix prev commit X-Git-Tag: OPENLDAP_REL_ENG_2_2_0ALPHA~256 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=fded00210ebafc4c32d82a8542d9a9455159dde4;p=openldap Fix prev commit --- 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) ; \