configure.in forgot to do AC_LANG_C to reselect C-based tests
Tom Lane <tgl@sss.pgh.pa.us>
configure.in forgot to do AC_LANG_C to reselect C-based tests after checking for presence of C++ compiler. Odd we hadn't seen any reports of problems before...
Files
| Path | Change | +/− |
|---|---|---|
| src/configure | modified | +328 −320 |
| src/configure.in | modified | +3 −0 |