From 0c4e85c8dff04a4081a8d200e0237b148b0b8913 Mon Sep 17 00:00:00 2001 From: Jean-Marc Zucconi Date: Sat, 28 Jul 2001 15:29:48 +0000 Subject: Always enable extended input devices. Disabling this feature breaks the build. --- x11/XFree86/scripts/configure | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'x11') diff --git a/x11/XFree86/scripts/configure b/x11/XFree86/scripts/configure index 9cca9d9944a7..3244513da668 100644 --- a/x11/XFree86/scripts/configure +++ b/x11/XFree86/scripts/configure @@ -268,15 +268,15 @@ yesno "Build fonts?" if [ $answ = NO ]; then echo "#define BuildFonts NO" >> $F fi -yesno "Build the servers with Extended input devices?" -if [ $answ = NO ]; then - echo "#undef BuildXInputExt" >> $F - echo "#define BuildXInputExt NO" >> $F -else +#yesno "Build the servers with Extended input devices?" +#if [ $answ = NO ]; then +# echo "#undef BuildXInputExt" >> $F +# echo "#define BuildXInputExt NO" >> $F +#else if [ X${MACHINE} != X"alpha" ]; then echo "#define JoystickSupport YES" >> $F fi -fi +#fi yesno "Build PEX?" if [ $answ = NO ]; then -- cgit