]> 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:46 +0000 (03:02 -0400)
commitcdf596b1ceb6193ab6c1e24c57531423243fce4b
treeb78532f29f498395ef0e769de4b0a9539d7dbb0c
parent36522d6276bf6b073f5fdf83dcc226d547363083
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