diff options
| author | Paul Eggert | 2014-06-06 23:10:39 -0700 |
|---|---|---|
| committer | Paul Eggert | 2014-06-06 23:10:39 -0700 |
| commit | a0e26ff003c14925278c5bf5939615a4ccd0ac29 (patch) | |
| tree | 2c5aa468d5891e8b3d23b24b963c4708301cedd2 /ChangeLog | |
| parent | 7f11800984ed1805caaba36cd67d5dcc7c394d1d (diff) | |
| download | emacs-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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
| @@ -1,3 +1,12 @@ | |||
| 1 | 2014-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 | |||
| 1 | 2014-05-30 Paul Eggert <eggert@cs.ucla.edu> | 10 | 2014-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). |