[PATCH 3/7] Fix intmax_t configure error message

Mike Hommey mh+jemalloc at glandium.org
Thu Apr 19 23:38:39 PDT 2012


From: Mike Hommey <mh at glandium.org>

---
 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 5bdddfa..396b5ef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -164,7 +164,7 @@ elif test "x${ac_cv_sizeof_intmax_t}" = "x8" ; then
 elif test "x${ac_cv_sizeof_intmax_t}" = "x4" ; then
   LG_SIZEOF_INTMAX_T=2
 else
-  AC_MSG_ERROR([Unsupported intmax_t size: ${ac_cv_sizeof_long}])
+  AC_MSG_ERROR([Unsupported intmax_t size: ${ac_cv_sizeof_intmax_t}])
 fi
 AC_DEFINE_UNQUOTED([LG_SIZEOF_INTMAX_T], [$LG_SIZEOF_INTMAX_T])
 
-- 
1.7.10




More information about the jemalloc-discuss mailing list