changeset 37363:d442a7e924db

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 ebc2caa0ca3b
children 3989885c80d4
files ChangeLog modules/exclude-tests
diffstat 2 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed May 28 21:04:04 2014 -0700
+++ b/ChangeLog	Thu May 29 23:00:02 2014 -0700
@@ -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	Wed May 28 21:04:04 2014 -0700
+++ b/modules/exclude-tests	Thu May 29 23:00:02 2014 -0700
@@ -27,4 +27,4 @@
  test-exclude8.sh
 
 check_PROGRAMS += test-exclude
-test_exclude_LDADD = $(LDADD) @LIBINTL@
+test_exclude_LDADD = $(LDADD) @LIBINTL@ $(LIBTHREAD)