From 9ee6573b8b34dabdd267f2694dc78abad377f7dd Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Thu, 27 Nov 2014 18:46:43 +0900 Subject: [PATCH] uniname/uniname-tests: skip if system's libunistring is used * modules/uniname/uniname-tests (Makefile.am): Skip test if uniname/uniname module is not compiled. --- ChangeLog | 6 ++++++ modules/uniname/uniname-tests | 2 ++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index cd7d8eeb8c..2dd5516877 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2014-11-27 Daiki Ueno + + uniname/uniname-tests: skip if system's libunistring is used + * modules/uniname/uniname-tests (Makefile.am): Skip test if + uniname/uniname module is not compiled. + 2014-11-27 Pádraig Brady printf: fix configure check on big endian systems diff --git a/modules/uniname/uniname-tests b/modules/uniname/uniname-tests index a18f942eec..305e6a19ef 100644 --- a/modules/uniname/uniname-tests +++ b/modules/uniname/uniname-tests @@ -10,8 +10,10 @@ progname configure.ac: Makefile.am: +if LIBUNISTRING_COMPILE_UNINAME_UNINAME TESTS += uniname/test-uninames.sh check_PROGRAMS += test-uninames test_uninames_SOURCES = uniname/test-uninames.c test_uninames_LDADD = $(LDADD) $(LIBUNISTRING) @LIBINTL@ +endif -- 2.39.5