mirror of
https://github.com/NixOS/nix
synced 2025-07-07 14:21:48 +02:00
ask autotools for c++14 support flags, not c++11; don't override later
This commit is contained in:
parent
21ebf6a160
commit
dc99ea4483
3 changed files with 3 additions and 3 deletions
|
@ -62,7 +62,7 @@ CXXFLAGS=
|
|||
AC_PROG_CC
|
||||
AC_PROG_CXX
|
||||
AC_PROG_CPP
|
||||
AX_CXX_COMPILE_STDCXX_11
|
||||
AX_CXX_COMPILE_STDCXX_14
|
||||
|
||||
|
||||
# Use 64-bit file system calls so that we can support files > 2 GiB.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue