]> granicus.if.org Git - postgresql/commit
AIX: Test the -qlonglong option before use.
authorNoah Misch <noah@leadboat.com>
Fri, 17 Jul 2015 07:01:14 +0000 (03:01 -0400)
committerNoah Misch <noah@leadboat.com>
Fri, 17 Jul 2015 07:02:03 +0000 (03:02 -0400)
commit7319c0524d66b00a711db7f560d6a34051739e35
tree3779ebdfb1cd84e51481a134126fbbc2d898037f
parent730089d879751d890ecdfbc4b5cba04440ae4af2
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).
configure
configure.in
src/template/aix