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...
REL6_5_PATCHES
Tom Lane 26 years ago
parent 6f979c1541
commit 6687bcb558
  1. 648
      src/configure
  2. 3
      src/configure.in

648
src/configure vendored

File diff suppressed because it is too large Load Diff

@ -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

Loading…
Cancel
Save