Commit 6489430a by Maciej W. Rozycki Committed by Ian Lance Taylor

configure.ac (UNSIGNED_64BIT_TYPE): Unquote the definition.

	* configure.ac (UNSIGNED_64BIT_TYPE): Unquote the definition.
	* configure: Regenerate.

From-SVN: r81191
parent 3657dc3e
2004-04-26 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
* configure.ac (UNSIGNED_64BIT_TYPE): Unquote the definition.
* configure: Regenerate.
2004-04-22 Richard Henderson <rth@redhat.com>
* hashtab.c: Include limits.h, stdint.h, ansidecl.h.
......
......@@ -196,7 +196,7 @@ 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,
AC_DEFINE_UNQUOTED(UNSIGNED_64BIT_TYPE, $liberty_cv_uint64,
[Define to an unsigned 64-bit type available in the compiler.])
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment