Skip to content

Commit 15a0a02

Browse files
author
Darth Vader
committed
Merge commit '8ef972ae6a8383df792a9755294f03f6ad38d7cd'
2 parents 14bec6c + 8ef972a commit 15a0a02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/phast/PhreeqcRM/configure.ac

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ AC_PROG_AWK
6969
AC_PROG_CPP
7070
AC_PROG_LN_S
7171

72-
# c++14 is required
73-
AX_CXX_COMPILE_STDCXX(14, [ext], [mandatory])
72+
# c++11 is required
73+
AX_CXX_COMPILE_STDCXX(11, [ext], [mandatory])
7474

7575
# Check if the fortran test should be included
7676
AC_MSG_CHECKING([if Fortran test is added])

0 commit comments

Comments
 (0)