From: Jim Meyering Date: Sat, 30 Jan 1999 14:20:15 +0000 (+0000) Subject: use AC_DEFINE_UNQUOTED, now X-Git-Tag: TEXTUTILS-1_22h~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7dfa1c9eaa2e39d7cf9f67dc427acec241cea34b;p=thirdparty%2Fcoreutils.git use AC_DEFINE_UNQUOTED, now --- diff --git a/m4/uintmax_t.m4 b/m4/uintmax_t.m4 index 8c0189bca0..3501f7739b 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 doesn't define.]) fi ])