summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2016-01-29 14:26:51 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2016-01-29 14:26:51 +0000
commitcd130ef3eb8f39ff865e3af66d0552bd5c716b68 (patch)
tree36dbc0652955ebe9c544bbc54f5c48dc4997105d /configure.ac
parent3a7dac0f626cf93fd3eb485445ae18276ccd54df (diff)
downloadmpfr-cd130ef3eb8f39ff865e3af66d0552bd5c716b68.tar.gz
[configure.ac] Improved consistency in messages.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@9893 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 1292713e5..ae1d02e61 100644
--- a/configure.ac
+++ b/configure.ac
@@ -599,7 +599,7 @@ AC_RUN_IFELSE([AC_LANG_PROGRAM([[
AC_MSG_ERROR([GMP_NUMB_BITS and sizeof(mp_limb_t) are not consistent.
You probably need to change some of the GMP or MPFR compile options.
See 'config.log' for details (search for GMP_NUMB_BITS).])],
- [AC_MSG_RESULT([can't test])])
+ [AC_MSG_RESULT([cannot test])])
dnl Check if we can link with GMP
AC_CHECK_LIB(gmp, $test_libgmp, [LIBS="-lgmp $LIBS"],
@@ -659,7 +659,7 @@ if test -z "$enable_mini_gmp" ; then
AC_MSG_WARN([LIBS="$LIBS"])
AC_MSG_WARN([Temporary LD_RUN_PATH was "$LD_RUN_PATH".])
AC_MSG_WARN([==========================================================])
- ],AC_MSG_RESULT([can not test])
+ ],AC_MSG_RESULT([cannot test])
)
LD_RUN_PATH="$saved_LD_RUN_PATH"
fi