Doesn't seem like a good idea to be doing AC_CHECK_SIZEOF(void *) so much
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 6 Jan 2009 15:38:44 +0000 (15:38 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 6 Jan 2009 15:38:44 +0000 (15:38 +0000)
commitbcf1e1b5a1c724e7175ce73af6426fd49690f2c1
treeba9a3c1a7da92a0ada009693ea87218008bfa160
parent39c4f9ac22db51ead2be750924967467bdfa49d6
Doesn't seem like a good idea to be doing AC_CHECK_SIZEOF(void *) so much
earlier than all the other sizeof checks, and it certainly fails to follow
the order suggested at the file head.  Rearrange.
configure
configure.in
src/include/pg_config.h.in