summaryrefslogtreecommitdiff
path: root/m4/uintmax_t.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-01-30 14:20:15 +0000
committerJim Meyering <jim@meyering.net>1999-01-30 14:20:15 +0000
commit7dfa1c9eaa2e39d7cf9f67dc427acec241cea34b (patch)
tree21f6b2b253fe9c68ce200c778d52c240d1baad7e /m4/uintmax_t.m4
parentc1ea7960a5da617175e8e2992da4c89b35a14492 (diff)
downloadcoreutils-7dfa1c9eaa2e39d7cf9f67dc427acec241cea34b.tar.xz
use AC_DEFINE_UNQUOTED, now
Diffstat (limited to 'm4/uintmax_t.m4')
-rw-r--r--m4/uintmax_t.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/uintmax_t.m4 b/m4/uintmax_t.m4
index 8c0189bca..3501f7739 100644
--- a/m4/uintmax_t.m4
+++ b/m4/uintmax_t.m4
@@ -19,8 +19,8 @@ AC_DEFUN(jm_AC_TYPE_UINTMAX_T,
test $ac_cv_type_unsigned_long_long = yes \
&& ac_type='unsigned long long' \
|| ac_type='unsigned long'
- AC_DEFINE(uintmax_t, $ac_type,
- [ Define to \`unsigned long' or \`unsigned long long'
+ AC_DEFINE_UNQUOTED(uintmax_t, $ac_type,
+[ Define to \`unsigned long' or \`unsigned long long'
if <inttypes.h> doesn't define.])
fi
])