Port better to AIX.
commitf780d632f2047ccf07208081aa477882ef4ecc2a
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 26 Apr 2013 19:31:09 +0000 (26 12:31 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 26 Apr 2013 19:31:09 +0000 (26 12:31 -0700)
tree2eee9afd1a4113ee2eeb2319807064eb2c68a992
parentff7210d55b30e175da1384ba707ce1340a0c4e11
Port better to AIX.

* configure.ac (CFLAGS): Append -O if the user did not specify CFLAGS,
we did not already infer an optimization option, and -O works.
AIX xlc needs -O, otherwise garbage collection doesn't work.
* src/lisp.h (ENUM_BF) [__IBMC__]: Make it 'unsigned int' here, too,
to pacify AIX xlc.

Fixes: debbugs:14258
ChangeLog
configure.ac
src/ChangeLog
src/lisp.h