diff options
author | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-04-26 14:21:49 +0000 |
---|---|---|
committer | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-04-26 14:21:49 +0000 |
commit | b6b1fbb600d6eabef9e0611b2b2641715a28bee0 (patch) | |
tree | d76cec8cd7d1b528f4538ad595da19ce85027e95 /libiberty/configure.ac | |
parent | 7d647a201f5504ad8eb2ea7bbd4b68722e9798fa (diff) | |
download | gcc-b6b1fbb600d6eabef9e0611b2b2641715a28bee0.tar.gz |
* configure.ac (UNSIGNED_64BIT_TYPE): Unquote the definition.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81191 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/configure.ac')
-rw-r--r-- | libiberty/configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libiberty/configure.ac b/libiberty/configure.ac index 124558a20a5..42fe85d2e6f 100644 --- a/libiberty/configure.ac +++ b/libiberty/configure.ac @@ -196,8 +196,8 @@ liberty_cv_uint64="unsigned long", liberty_cv_uint64="unsigned long long", liberty_cv_uint64=none)])])]) AC_MSG_RESULT($liberty_cv_uint64) if test "$liberty_cv_uint64" != none; then - AC_DEFINE(UNSIGNED_64BIT_TYPE, $liberty_cv_uint64, - [Define to an unsigned 64-bit type available in the compiler.]) + AC_DEFINE_UNQUOTED(UNSIGNED_64BIT_TYPE, $liberty_cv_uint64, + [Define to an unsigned 64-bit type available in the compiler.]) fi # Given the above check, we always have uintptr_t or a fallback |