summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>2001-07-28 15:29:48 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>2001-07-28 15:29:48 +0000
commit0c4e85c8dff04a4081a8d200e0237b148b0b8913 (patch)
tree4db616c02f16df2bb9563abd26614824019359f7
parentUpdate to itcl 3.2. Don't build stubs. Run tests after tests. (diff)
Always enable extended input devices. Disabling this feature breaks the build.
Notes
Notes: svn path=/head/; revision=45562
-rw-r--r--x11/XFree86/scripts/configure12
1 files changed, 6 insertions, 6 deletions
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