]> granicus.if.org Git - postgresql/commit
Code the unknown options check without using m4 diversions. Otherwise this
authorPeter Eisentraut <peter_e@gmx.net>
Mon, 30 Oct 2006 22:15:04 +0000 (22:15 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Mon, 30 Oct 2006 22:15:04 +0000 (22:15 +0000)
commit0b9f93e6b04d941d3428d6e709ab8c4b03554f2f
tree6cb5d492890e07afc50f99f97a4fa12dba2f0fd4
parente45edb35e1fb2b05c251c232477a55bd2428a3c2
Code the unknown options check without using m4 diversions.  Otherwise this
code relies on the checking macro actually being called at the end, or the
automatic undiversion will produce garbage.  These sort of implicit
side-effects undermine the modularity of the macros and happen to break the
ODBC driver which makes use of them.

Also put the warnings at the very end of configure, so there is an even
better chance of seeing them.
config/general.m4
configure
configure.in