changeset 17683:7a009de7a1cd

exclude-tests: port to AIX 7.1 * modules/exclude-tests (test_exclude_LDADD): Add $(LIBTHREAD). Needed on AIX 7.1 with xlc V12.1, otherwise it won't link because the regex code uses locks.
author Paul Eggert <eggert@cs.ucla.edu>
date Thu, 29 May 2014 23:00:02 -0700
parents 68b0a0f80871
children 3f834754d62a
files ChangeLog modules/exclude-tests
diffstat 2 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2014-05-29  Paul Eggert  <eggert@cs.ucla.edu>
+
+	exclude-tests: port to AIX 7.1
+	* modules/exclude-tests (test_exclude_LDADD): Add $(LIBTHREAD).
+	Needed on AIX 7.1 with xlc V12.1, otherwise it won't link because
+	the regex code uses locks.
+
 2014-05-28  Paul Eggert  <eggert@cs.ucla.edu>
 
 	pthread_sigmask, timer-time: use gl_THREADLIB only if needed
--- a/modules/exclude-tests
+++ b/modules/exclude-tests
@@ -27,4 +27,4 @@
  test-exclude8.sh
 
 check_PROGRAMS += test-exclude
-test_exclude_LDADD = $(LDADD) @LIBINTL@
+test_exclude_LDADD = $(LDADD) @LIBINTL@ $(LIBTHREAD)