From 04b939c3a71636c23df6709ebc57ecd920bfbaf9 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 11 Sep 2016 16:13:11 -0700 Subject: dfa: port to Solaris 9 Problems reported by Tom G. Christensen in: http://lists.gnu.org/archive/html/bug-gnulib/2016-09/msg00031.html * modules/dfa (Depends-on): Add isblank. * modules/dfa-tests (dfa_match_aux_LDADD): Rename from test_stat_LDADD, to fix typo. * tests/dfa-match.sh: Don't require 'timeout'; use it if available. --- modules/dfa | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/dfa') diff --git a/modules/dfa b/modules/dfa index 5708ed1385..e95035a633 100644 --- a/modules/dfa +++ b/modules/dfa @@ -10,6 +10,7 @@ lib/localeinfo.h Depends-on: assert ctype +isblank locale regex stdbool -- cgit v1.2.1