diff options
author | Egbert Eich <eich@suse.de> | 2004-03-02 14:16:08 +0000 |
---|---|---|
committer | Egbert Eich <eich@suse.de> | 2004-03-02 14:16:08 +0000 |
commit | 0e1b755020cc74f800690c2bfbd31f4e3ca79005 (patch) | |
tree | 1034895510cee6a49215f0061e92167782aab7b0 /src | |
parent | 9fb403503248fea923533300380cfc4bbb45823a (diff) |
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).
Diffstat (limited to 'src')
-rw-r--r-- | src/util/fontxlfd.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <float.h> |