You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Code the unknown options check without using m4 diversions. Otherwise this
code relies on the checking macro actually being called at the end, or theautomatic undiversion will produce garbage. These sort of implicitside-effects undermine the modularity of the macros and happen to break theODBC driver which makes use of them.Also put the warnings at the very end of configure, so there is an evenbetter chance of seeing them.