diff options
author | DJ Delorie <dj@redhat.com> | 2004-04-26 18:23:59 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2004-04-26 18:23:59 +0000 |
commit | 7e9f5c71b4327114c5bd412a7d0c1ee0f3c15065 (patch) | |
tree | 2be6a85caf7c0dcfc68d64e423885aced593aaef /libiberty/configure.ac | |
parent | f4c5303c32d8fda229d182d9d7db4ceb64bf9e02 (diff) | |
download | gdb-7e9f5c71b4327114c5bd412a7d0c1ee0f3c15065.zip gdb-7e9f5c71b4327114c5bd412a7d0c1ee0f3c15065.tar.gz gdb-7e9f5c71b4327114c5bd412a7d0c1ee0f3c15065.tar.bz2 |
merge from gcc
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 124558a..42fe85d 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 |