]> granicus.if.org Git - postgresql/commit
Re-order configure tests to reflect the fact that the code generated for
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 16 Jan 2010 19:50:38 +0000 (19:50 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 16 Jan 2010 19:50:38 +0000 (19:50 +0000)
commit903352faeb1c86321be52430bdf3b44bd5aa6447
tree955536db68bf950890ef73362062e8f6f4c24aa8
parent06f623473030135c9bf2e5c244911a687f8f361f
Re-order configure tests to reflect the fact that the code generated for
posix_fadvise and other file-related functions can depend on _LARGEFILE_SOURCE
and/or _FILE_OFFSET_BITS.  Per report from Robert Treat.

Back-patch to 8.4.  This has been wrong all along, but we weren't really using
posix_fadvise in anger before, and AC_FUNC_FSEEKO seems to mask the issue well
enough for that function.
configure
configure.in