Commit 6687bcb5 authored by Tom Lane's avatar Tom Lane

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...
parent 6f979c15
This diff is collapsed.
......@@ -452,6 +452,9 @@ AC_ARG_WITH(CXX,
[ AC_PROG_CXX])
AC_SUBST(HAVECXX)
dnl make sure we revert to C compiler, not C++, for subsequent tests
AC_LANG_C
dnl Figure out how to invoke "install" and what install options to use.
AC_PROG_INSTALL
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment