diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2008-07-10 16:55:21 +0930 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2008-07-10 16:55:21 +0930 |
commit | a9223edcd869288cf6e90f2214e607db510c7027 (patch) | |
tree | 4a0a4ed3fd742c4f4ca06e3a5e6e4dc9e813b133 /configure.ac | |
parent | Remove static ChangeLog, autogenerate as part of make dist. (diff) | |
download | xf86-input-evdev-a9223edcd869288cf6e90f2214e607db510c7027.tar.gz xf86-input-evdev-a9223edcd869288cf6e90f2214e607db510c7027.tar.bz2 xf86-input-evdev-a9223edcd869288cf6e90f2214e607db510c7027.zip |
Clean out configure.ac
We're not building with or without XInput. Same with xkb.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/configure.ac b/configure.ac index 5434b08..ba5031a 100644 --- a/configure.ac +++ b/configure.ac @@ -44,24 +44,6 @@ AC_PROG_CC AH_TOP([#include "xorg-server.h"]) -#AC_DEFINE(XFree86LOADER,1,[Stub define for loadable drivers]) -# -#AC_ARG_ENABLE(XINPUT, AS_HELP_STRING([--enable-xinput], -# [Build XInput support (default: yes)]), -# [XINPUT=$enableval],[XINPUT=yes]) -#AM_CONDITIONAL(XINPUT, test "x$XINPUT" = "xyes") -#if test "x$XINPUT" = "xyes" ; then -# AC_DEFINE(XINPUT,1,[Enable XInput support]) -#fi -# -#AC_ARG_ENABLE(XKB, AS_HELP_STRING([--enable-xkb], -# [Build XKB support (default: yes)]), -# [XKB=$enableval],[XKB=yes]) -#AM_CONDITIONAL(XKB, test "x$XKB" = "xyes") -#if test "x$XKB" = "xyes" ; then -# AC_DEFINE(XKB,1,[Enable XKB support]) -#fi - AC_ARG_WITH(xorg-module-dir, AC_HELP_STRING([--with-xorg-module-dir=DIR], [Default xorg module directory [[default=$libdir/xorg/modules]]]), |