Skip to content

Commit

Permalink
Per #2948, updated wording for MET_CXX_STANDARD description
Browse files Browse the repository at this point in the history
  • Loading branch information
Julie Prestopnik committed Aug 22, 2024
1 parent 4899c29 commit 3b63adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ LDFLAGS="${LDFLAGS} ${OPENMP_CFLAGS}"

# Configure the variable. The help text will appear if the user uses "configure --help".

AC_ARG_VAR([MET_CXX_STANDARD], [Enable support for the specified version of the C++ standard. Default value is 17. Other values may be 11 or 14.])
AC_ARG_VAR([MET_CXX_STANDARD], [Specify the version of the supported C++ standard. Values may be 11, 14, or 17. Default value is 17.])

# Set a default value

Expand Down

0 comments on commit 3b63adb

Please sign in to comment.