summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index c28d6460a..3ce55adbb 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -287,7 +287,7 @@ char *upper = "ABCDEFGHIJKLMNOPQRSTUVWXYZ";
]]), [AC_MSG_RESULT(yes)],[
AC_MSG_RESULT(no)
AC_DEFINE(MPFR_NO_CONSECUTIVE_CHARSET,1,[Charset is not consecutive])
-], [AC_MSG_RESULT(can not test)])
+], [AC_MSG_RESULT(cannot test)])
dnl Must be checked with the LIBM
dnl but we don't want to add the LIBM to MPFR dependency.