diff options
author | Eric Anholt <eric@anholt.net> | 2009-01-30 16:17:58 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2009-01-30 16:36:45 -0800 |
commit | dd098501d800571e71d06ffc936635a6c9d44e05 (patch) | |
tree | b1503e7df4d540c145cf2755087a403e107aedb7 /configure.ac | |
parent | 6e49fdd2c839b6244c23ce95c3ae76a1a265b986 (diff) |
Move the apple fat binary hacks back to a header file, and make it apple-only.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 71d37df60..e27140bcf 100644 --- a/configure.ac +++ b/configure.ac @@ -45,9 +45,7 @@ dnl drivers. AC_CONFIG_HEADERS(include/xorg-server.h) dnl dix-config.h covers most of the DIX (i.e. everything but the DDX, not just dnl dix/). -AC_CONFIG_HEADERS(include/dix-config.h, [mv include/dix-config.h include/dix-config.h.tmp - sed 's|/undef|#undef|' < include/dix-config.h.tmp > include/dix-config.h - rm include/dix-config.h.tmp]) +AC_CONFIG_HEADERS(include/dix-config.h) dnl xorg-config.h covers the Xorg DDX. AC_CONFIG_HEADERS(include/xorg-config.h) dnl xkb-config.h covers XKB for the Xorg and Xnest DDXs. |