reviewed by: Robin * Slomkowski <rslomkow@eazel.com>

2001-03-08  John Harper  <jsh@eazel.com>

	reviewed by: Robin * Slomkowski <rslomkow@eazel.com>

	Fixed bug 7550 (SOLARIS: text drawn incorrectly in anti-aliased
	mode):

	* configure.in: added `AC_C_BIGENDIAN' check - this means that
	the WORDS_BIGENDIAN macro gets defined on big-endian systems.
	This is required by at least the librsvg/arg_rgba.c file
This commit is contained in:
John Harper 2001-03-09 00:22:33 +00:00 committed by John Harper
parent e1de1facbd
commit f2571b88b6
2 changed files with 12 additions and 0 deletions

View file

@ -1,3 +1,14 @@
2001-03-08 John Harper <jsh@eazel.com>
reviewed by: Robin * Slomkowski <rslomkow@eazel.com>
Fixed bug 7550 (SOLARIS: text drawn incorrectly in anti-aliased
mode):
* configure.in: added `AC_C_BIGENDIAN' check - this means that
the WORDS_BIGENDIAN macro gets defined on big-endian systems.
This is required by at least the librsvg/arg_rgba.c file
2001-03-08 Eric Fischer <eric@eazel.com>
reviewed by: Don Melton <don@eazel.com>

View file

@ -915,6 +915,7 @@ AC_SUBST(gnomelocaledir)
dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
AC_C_BIGENDIAN
dnl Turn on the additional warnings last, so -Werror doesn't affect other tests.