From 1c8226849d3ea0e62d7b7aaeea56fdcb52a5b72b Mon Sep 17 00:00:00 2001 From: vlefevre Date: Wed, 2 Mar 2016 16:39:38 +0000 Subject: [acinclude.m4,configure.ac] Various fixes in error messages. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@10187 280ebfd0-de03-0410-8827-d642c229c3f4 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 0bbddb85f..67e83b4df 100644 --- a/configure.ac +++ b/configure.ac @@ -346,7 +346,7 @@ AC_ARG_ENABLE(float128, AC_MSG_CHECKING(if compiler knows __float128) AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[__float128 x;]])], [AC_MSG_RESULT(yes)], - [AC_MSG_ERROR([Compiler doesn't know __float128; try GCC >= 4.3] + [AC_MSG_ERROR([compiler doesn't know __float128; try GCC >= 4.3] )]);; no) ;; *) AC_MSG_ERROR([bad value for --enable-float128: yes or no]) ;; @@ -573,7 +573,7 @@ AC_LINK_IFELSE([AC_LANG_PROGRAM([[ #include "gmp.h" ]],[[]])],[AC_MSG_RESULT(yes)],[ AC_MSG_RESULT(no) - AC_MSG_ERROR([There is an incompatibility between gmp.h and the compiler. + AC_MSG_ERROR([there is an incompatibility between gmp.h and the compiler. See 'config.log' for details.]) ]) -- cgit v1.2.1