From: Bruno Haible Date: Sat, 10 Dec 2016 00:26:47 +0000 (+0100) Subject: c-ctype tests: Fix link error on Solaris 9. X-Git-Tag: v1.0~6510 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=52e40d22e4750db0f929e469cd37b8bef0548425;p=gnulib.git c-ctype tests: Fix link error on Solaris 9. * modules/c-ctype-tests (Depends-on): Add 'isblank'. Reported at . --- 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: