aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorGabriel Dos Reis <GabrielDosReis@users.noreply.github.com>2022-08-01 13:35:39 -0700
committerGitHub <noreply@github.com>2022-08-01 13:35:39 -0700
commit0e77f21581331cc69e1ec5515a6ecb87b3effe67 (patch)
tree636d7e975314421fb3c0c4b8131bd7f990a880ad /configure
parent8923631e7aa5945f4f3e8113fbfac1190cd4ae94 (diff)
parentd0be17d6bf7437bec0b4d158899d89f54ede169b (diff)
downloadopen-axiom-0e77f21581331cc69e1ec5515a6ecb87b3effe67.tar.gz
Merge pull request #10 from GabrielDosReis/gdr/require-cxx17
Require C++17
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index e77bbe9c..b7240475 100755
--- a/configure
+++ b/configure
@@ -6374,7 +6374,7 @@ fi
oa_saved_cxxflags=$CXXFLAGS
-CXXFLAGS="-std=c++14"
+CXXFLAGS="-std=c++17"
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CXX supports $CXXFLAGS" >&5
printf %s "checking whether $CXX supports $CXXFLAGS... " >&6; }
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -6394,7 +6394,7 @@ then :
printf "%s\n" "yes" >&6; }
CXXFLAGS="$CXXFLAGS $oa_saved_cxxflags"
else $as_nop
- as_fn_error $? "OpenAxiom requires a C++11 compiler" "$LINENO" 5
+ as_fn_error $? "OpenAxiom requires a C++17 compiler" "$LINENO" 5
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext