diff options
author | Peter Hutterer <peter@cs.unisa.edu.au> | 2008-04-25 16:49:35 +0930 |
---|---|---|
committer | Peter Hutterer <peter@cs.unisa.edu.au> | 2008-04-25 16:49:35 +0930 |
commit | e251c9e75afdc5e32f2bc9801712272358934266 (patch) | |
tree | ba8e3832d6cc9b9abc64686bfebdf06ec2f6fe52 /configure.ac | |
parent | 1d0438de176551aaeff549664f00b8bd83d465af (diff) |
Remove all traces of #ifdef XINPUT and the matching bits from the configure.ac
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d3a231705..166d9f603 100644 --- a/configure.ac +++ b/configure.ac @@ -1004,7 +1004,7 @@ DAMAGE_INC='-I$(top_srcdir)/damageext' MIEXT_DAMAGE_LIB='$(top_builddir)/miext/damage/libdamage.la' MIEXT_DAMAGE_INC='-I$(top_srcdir)/miext/damage' -AC_DEFINE(XINPUT, 1, [Support X Input extension]) +# XINPUT extension is integral part of the server XI_LIB='$(top_builddir)/Xi/libXi.la' XI_INC='-I$(top_srcdir)/Xi' |