From 3ef1499a7e241971a4d8d240f96ac15e5977a107 Mon Sep 17 00:00:00 2001 From: Giovanni Bussi <giovanni.bussi@gmail.com> Date: Sun, 12 Mar 2017 19:24:42 +0100 Subject: [PATCH] fixed typo in message --- configure | 8 ++++---- configure.ac | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/configure b/configure index 1be0621d3..e854771d2 100755 --- a/configure +++ b/configure @@ -5088,10 +5088,10 @@ if test "$support_cxx11" = false then { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: C++11 support is required as of PLUMED 2.4" >&5 $as_echo "$as_me: WARNING: C++11 support is required as of PLUMED 2.4" >&2;} - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: your compiler appears not to support C++11" >&5 -$as_echo "$as_me: WARNING: your compiler appears not to support C++11" >&2;} - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: please change compiler of make sure that everything works correctly" >&5 -$as_echo "$as_me: WARNING: please change compiler of make sure that everything works correctly" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Your compiler appears not to support C++11" >&5 +$as_echo "$as_me: WARNING: Your compiler appears not to support C++11" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Please change compiler or make sure that everything works correctly" >&5 +$as_echo "$as_me: WARNING: Please change compiler or make sure that everything works correctly" >&2;} fi diff --git a/configure.ac b/configure.ac index 2d6938893..f3d0d3d50 100644 --- a/configure.ac +++ b/configure.ac @@ -296,8 +296,8 @@ this_compiler_does_not_support_cxx11 if test "$support_cxx11" = false then AC_MSG_WARN([C++11 support is required as of PLUMED 2.4]) - AC_MSG_WARN([your compiler appears not to support C++11]) - AC_MSG_WARN([please change compiler of make sure that everything works correctly]) + AC_MSG_WARN([Your compiler appears not to support C++11]) + AC_MSG_WARN([Please change compiler or make sure that everything works correctly]) fi -- GitLab