]> Savannah Git Hosting - gnulib.git/commitdiff
uniname/uniname-tests: skip if system's libunistring is used
authorDaiki Ueno <ueno@gnu.org>
Thu, 27 Nov 2014 09:46:43 +0000 (18:46 +0900)
committerDaiki Ueno <ueno@gnu.org>
Thu, 27 Nov 2014 23:18:04 +0000 (08:18 +0900)
* modules/uniname/uniname-tests (Makefile.am): Skip test if
uniname/uniname module is not compiled.

ChangeLog
modules/uniname/uniname-tests

index cd7d8eeb8ccacbe034553c621280fbadaf091975..2dd5516877dd62b376de599e570b3f7063b6953e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-11-27  Daiki Ueno  <ueno@gnu.org>
+
+       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  <P@draigBrady.com>
 
        printf: fix configure check on big endian systems
index a18f942eec5c910667cce4af749d878e50615efc..305e6a19ef28a51368cda44d4f7d7baa71b2de57 100644 (file)
@@ -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