[commit: ghc] master: Fix minor typo in 6d1c8ec79adf566d57d2c35aac (fd25379)
git at git.haskell.org
git at git.haskell.org
Sun Nov 23 21:46:44 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/fd25379022505d015c7939b3a793b5ffec3167b4/ghc
>---------------------------------------------------------------
commit fd25379022505d015c7939b3a793b5ffec3167b4
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Sun Nov 23 22:46:47 2014 +0100
Fix minor typo in 6d1c8ec79adf566d57d2c35aac
>---------------------------------------------------------------
fd25379022505d015c7939b3a793b5ffec3167b4
libraries/integer-gmp2/configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libraries/integer-gmp2/configure.ac b/libraries/integer-gmp2/configure.ac
index 4a9e539..0bd9188 100644
--- a/libraries/integer-gmp2/configure.ac
+++ b/libraries/integer-gmp2/configure.ac
@@ -76,7 +76,7 @@ then
AC_MSG_ERROR([Unable to get value of __GNU_MP_VERSION_MINOR]))
AC_COMPUTE_INT(GhcGmpVerPl, __GNU_MP_VERSION_PATCHLEVEL, [#include <gmp.h>],
AC_MSG_ERROR([Unable to get value of __GNU_MP_VERSION_PATCHLEVEL]))
- AC_MSG_RESULT([$GhcGmpVerMJ.$GhcGmpVerMI.$GhcGmpVerPL])
+ AC_MSG_RESULT([$GhcGmpVerMj.$GhcGmpVerMi.$GhcGmpVerPl])
else
AC_MSG_RESULT([yes])
More information about the ghc-commits
mailing list