Port better to AIX.
commit65c3f3beeeefaa44e1436d20d3a92710f191230a
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)
treea9559ee07aff21a9a06290118d49015f8d7826cf
parentc032c09d1c151bc6bcc64c166397f0a692c8c8b1
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.
ChangeLog
configure.ac
src/ChangeLog
src/lisp.h