From 52e40d22e4750db0f929e469cd37b8bef0548425 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 10 Dec 2016 01:26:47 +0100 Subject: [PATCH] c-ctype tests: Fix link error on Solaris 9. * modules/c-ctype-tests (Depends-on): Add 'isblank'. Reported at . --- ChangeLog | 6 ++++++ modules/c-ctype-tests | 1 + 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index a05fa6b13b..149ec9e059 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2016-12-09 Bruno Haible + + c-ctype tests: Fix link error on Solaris 9. + * modules/c-ctype-tests (Depends-on): Add 'isblank'. + Reported at . + 2016-12-09 Paul Eggert dfa: fix performance bug that recomputes trans diff --git a/modules/c-ctype-tests b/modules/c-ctype-tests index cb65ee34ac..e66a4cca87 100644 --- a/modules/c-ctype-tests +++ b/modules/c-ctype-tests @@ -4,6 +4,7 @@ tests/macros.h Depends-on: ctype +isblank configure.ac: -- 2.39.5