diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2006-06-20 19:01:34 -0700 |
---|---|---|
committer | Alan Coopersmith <alanc@alf.(none)> | 2006-06-20 19:01:34 -0700 |
commit | f68ecfa482b2c2037f929710310c7b9ce6fe9291 (patch) | |
tree | 580d547fc565137fdff942a17e4cc1a8f50984bb /include | |
parent | a46c06dab8392cf8012c7cc0b916de9a9e569671 (diff) |
Add X-ACE to build system
- Added --disable-xace to configure.ac and issue configure error if trying
to build XC-Security without X-ACE
- Added XACE #define to dix-config.h
- Added X-ACE sources to Xext/Makefile.am
Diffstat (limited to 'include')
-rw-r--r-- | include/dix-config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/dix-config.h.in b/include/dix-config.h.in index 4c3a4b7a0..a6b871951 100644 --- a/include/dix-config.h.in +++ b/include/dix-config.h.in @@ -302,6 +302,9 @@ /* unaligned word accesses behave as expected */ #undef WORKING_UNALIGNED_INT +/* Build X-ACE extension */ +#undef XACE + /* Support XCMisc extension */ #undef XCMISC |