From db8fa9bb9aee56bf3bfd83a5825a6b9051d9ac0d Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Fri, 17 Mar 2006 00:30:39 +0000 Subject: If locale support is not enabled, don't build 'tst_ftime_l'. --- test/time/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test') diff --git a/test/time/Makefile b/test/time/Makefile index bb2a2b5bb..db158ec76 100644 --- a/test/time/Makefile +++ b/test/time/Makefile @@ -4,6 +4,10 @@ TESTS_DISABLED := bug-asctime bug-asctime_r time tst-mktime2 tst-posixtz \ tst-strftime tst-strptime tst-timezone +ifneq ($(UCLIBC_HAS_LOCALE),y) +TESTS_DISABLED += tst-ftime_l +endif + include ../Test.mak CFLAGS_tst-strptime2 := -std=c99 -- cgit v1.2.3