From 0e1b755020cc74f800690c2bfbd31f4e3ca79005 Mon Sep 17 00:00:00 2001 From: Egbert Eich Date: Tue, 2 Mar 2004 14:16:08 +0000 Subject: Removing last bits of kdrive. 10. Made use system supplied Expat and Freetype2 library the default on Linux (documented in the release notes) (Bugzilla #218,#219) (Egbert Eich). 9. Patched __AMD64__ flags to __amd64__ (Egbert Eich). 8. Added RELNOTES.XORG to collect bits for release notes for this release (Egbert Eich). 7. Removed leftovers from libxml2 (Bugzilla #220)(Egbert Eich). --- src/util/fontxlfd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/util/fontxlfd.c b/src/util/fontxlfd.c index 593f84c..f2f1175 100644 --- a/src/util/fontxlfd.c +++ b/src/util/fontxlfd.c @@ -197,7 +197,7 @@ xlfd_round_double(double x) defined(ia64) || defined(__ia64__) || \ defined(__alpha__) || defined(__alpha) || \ defined(__hppa__) || \ - defined(__AMD64__) || defined(__AMD64) || \ + defined(__amd64__) || defined(__amd64) || \ defined(sgi) #if !defined(__UNIXOS2__) #include -- cgit v1.2.3