changeset 1683:77a5e6553fe8

use AC_DEFINE_UNQUOTED, now
author Jim Meyering <jim@meyering.net>
date Sat, 30 Jan 1999 14:20:15 +0000
parents 39500af7214b
children 9516b274cda0
files m4/uintmax_t.m4
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/m4/uintmax_t.m4
+++ b/m4/uintmax_t.m4
@@ -19,8 +19,8 @@
     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
 ])