]> 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:26 +0000 (19:50 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 16 Jan 2010 19:50:26 +0000 (19:50 +0000)
commita6c75be23d192f286ffaa5cbd546515052a46161
tree8f9eb6cc532952e24ffdb3a0834e69d43b874ef7
parent196a6ca5de7c2078cd29d7e7f5e0a079238ec660
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