AIX: Test the -qlonglong option before use.

Noah Misch <noah@leadboat.com>

Commit: cdf596b1ceb6193ab6c1e24c57531423243fce4b
Author: Noah Misch <noah@leadboat.com>
Date: 2015-07-17T07:02:46Z
Releases: 9.0.23
AIX: Test the -qlonglong option before use.

xlc provides "long long" unconditionally at C99-compatible language
levels, and this option provokes a warning.  The warning interferes with
"configure" tests that fail in response to any warning.  Notably, before
commit 85a2a8903f7e9151793308d0638621003aded5ae, it interfered with the
test for -qnoansialias.  Back-patch to 9.0 (all supported versions).

Files

PathChange+/−
configure modified +50 −0
configure.in modified +1 −0
src/template/aix modified +1 −1