mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-07 00:20:24 +01:00
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...
This commit is contained in:
parent
6f979c1541
commit
6687bcb558
648
src/configure
vendored
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…
Reference in New Issue
Block a user