mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 18:43:02 +01:00
Fix problem with autoconf 2.72.
This has been causing instability in the MacOS build due to some runners using that autoconf version.
This commit is contained in:
parent
7c517414c5
commit
84db99ea8e
@ -1654,6 +1654,9 @@ gen/make.platform.solaris.examples:${MAKE_SRC_DIR}/make.platform.solaris.example
|
||||
;;
|
||||
esac
|
||||
|
||||
# Fix problem with autoconf 2.72 inserting -std in CXX.
|
||||
CXX=`echo "$CXX" | sed -e 's/\(-std=c++11\)//g' -e 's/\(-std=gnu++11\)//g'`
|
||||
|
||||
AC_OUTPUT
|
||||
|
||||
dnl Print out the build configuration (the most interesting thing)
|
||||
|
Loading…
Reference in New Issue
Block a user