tests: only test crypt if we have an impl

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
This commit is contained in:
Bernhard Reutner-Fischer 2012-01-17 10:35:52 +01:00
parent 2b25a20e49
commit d69bea22a1

View File

@ -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)