aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2014-06-06 23:10:39 -0700
committerPaul Eggert2014-06-06 23:10:39 -0700
commita0e26ff003c14925278c5bf5939615a4ccd0ac29 (patch)
tree2c5aa468d5891e8b3d23b24b963c4708301cedd2 /ChangeLog
parent7f11800984ed1805caaba36cd67d5dcc7c394d1d (diff)
downloademacs-a0e26ff003c14925278c5bf5939615a4ccd0ac29.tar.gz
emacs-a0e26ff003c14925278c5bf5939615a4ccd0ac29.zip
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 30561d6ac13..77e54096116 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
12014-06-07 Paul Eggert <eggert@cs.ucla.edu>
2
3 Port better to AIX (Bug#17598).
4 * configure.ac (with_xpm_set): New shell var.
5 (_THREAD_SAFE): Define on AIX if HAVE_PTHREAD.
6 (with_xpm): Default to 'no' on AIX.
7 (LIBXPM): Append -lXpm if -lXaw is also used, as the latter
8 requires the former on AIX.
9
12014-05-30 Paul Eggert <eggert@cs.ucla.edu> 102014-05-30 Paul Eggert <eggert@cs.ucla.edu>
2 11
3 Fix port to 32-bit AIX with xlc (Bug#17598). 12 Fix port to 32-bit AIX with xlc (Bug#17598).