diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-12-03 22:47:47 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-12-03 22:47:47 +0000 |
commit | f259fd680caccb59546d7788704e46e51a9c6146 (patch) | |
tree | f11f6a0b7d7bfe7f5e74d14a4ce031a3d7762f63 | |
parent | 26f9c4305660c2b3dc7fe8d214bcdd3c24e1b198 (diff) |
Disable the xf8_32wid logic for now, breaks distcheckXORG-6_99_99_903
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 987381439..83333c10e 100644 --- a/configure.ac +++ b/configure.ac @@ -167,7 +167,7 @@ dnl hw/xfree86/os-support/bus/Makefile.am, among others. dnl --------------------------------------------------------------------------- DEFAULT_INT10="x86emu" use_x86_asm="no" -build_xf8_32wid="no" +build_xf8_32wid="yes" dnl Override defaults as needed for specific platforms: |