From 60d3ddd22d88ea8c63a3ef1a104acc5ee264f041 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 23 Jul 2017 16:57:10 -0400 Subject: [PATCH] spelling: symmetry --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ec2f011962..628bde612c 100644 --- a/configure.ac +++ b/configure.ac @@ -114,7 +114,7 @@ AC_LANG([C++]) AM_CONDITIONAL(USE_GXX, test "X${GXX}" = "Xyes") AC_CHECK_DECL([__SUNPRO_CC], [SUNCXX="yes"], [SUNCXX="no"]) AC_CHECK_DECL([__clang__], [CLANGPP="yes"], [CLANGPP="no"]) -# USE_CLANGPP is no longer used, keep it by summetry with USE_GXX? +# USE_CLANGPP is no longer used, keep it by symmetry with USE_GXX? AM_CONDITIONAL(USE_CLANGPP, test "X${CLANGPP}" = "Xyes") # Check for C++11 features support -- 2.47.2