aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <[email protected]>2014-06-06 23:10:39 -0700
committerPaul Eggert <[email protected]>2014-06-06 23:10:39 -0700
commita0e26ff003c14925278c5bf5939615a4ccd0ac29 (patch)
tree2c5aa468d5891e8b3d23b24b963c4708301cedd2 /ChangeLog
parent7f11800984ed1805caaba36cd67d5dcc7c394d1d (diff)
Port better to AIX.
* configure.ac (with_xpm_set): New shell var. (_THREAD_SAFE): Define on AIX if HAVE_PTHREAD. (with_xpm): Default to 'no' on AIX. (LIBXPM): Append -lXpm if -lXaw is also used, as the latter requires the former on AIX. Fixes: debbugs:17598
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 30561d6ac1..77e5409611 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2014-06-07 Paul Eggert <[email protected]>
+
+ Port better to AIX (Bug#17598).
+ * configure.ac (with_xpm_set): New shell var.
+ (_THREAD_SAFE): Define on AIX if HAVE_PTHREAD.
+ (with_xpm): Default to 'no' on AIX.
+ (LIBXPM): Append -lXpm if -lXaw is also used, as the latter
+ requires the former on AIX.
+
2014-05-30 Paul Eggert <[email protected]>
Fix port to 32-bit AIX with xlc (Bug#17598).