Browse Source

tests: only test crypt if we have an impl

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Bernhard Reutner-Fischer 13 years ago
parent
commit
d69bea22a1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/Makefile

+ 1 - 1
test/Makefile

@@ -35,7 +35,7 @@ endif
 ifneq ($(UCLIBC_HAS_LOCALE),y)
 	DIRS := $(filter-out locale,$(DIRS))
 endif
-ifneq ($(UCLIBC_HAS_CRYPT),y)
+ifneq ($(UCLIBC_HAS_CRYPT_IMPL),y)
 	DIRS := $(filter-out crypt,$(DIRS))
 endif
 ifeq ($(HAS_NO_THREADS),y)