aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--m4/uintmax_t.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/uintmax_t.m4 b/m4/uintmax_t.m4
index 87bbbc1f5..4c1d19659 100644
--- a/m4/uintmax_t.m4
+++ b/m4/uintmax_t.m4
@@ -9,7 +9,7 @@ AC_DEFUN(jm_AC_TYPE_UINTMAX_T,
[
AC_REQUIRE([jm_AC_HEADER_INTTYPES_H])
if test $jm_ac_cv_header_inttypes_h = no; then
- AC_CACHE_CHECK(for unsigned long long, ac_cv_type_unsigned_long_long,
+ AC_CACHE_CHECK([for unsigned long long], ac_cv_type_unsigned_long_long,
[AC_TRY_COMPILE([],
[unsigned long long i = (unsigned long long) -1;],
ac_cv_type_unsigned_long_long=yes,