blob: 65121efc3bc71e21dbcf284384cc6a5dbb28c39a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- /tmp/configure.ac 2008-10-29 18:53:23.000000000 +0100
+++ xorg-server-1.4.2/configure.ac 2008-10-29 18:53:40.000000000 +0100
@@ -865,7 +865,7 @@
FONTPATH="built-ins"
fi
-if test "x$XCALIBRATE" = xyes && test "$KDRIVE" = yes; then
+if test "x$XCALIBRATE" = xyes ; then
AC_DEFINE(XCALIBRATE, 1, [Build XCalibrate extension])
REQUIRED_MODULES="$REQUIRED_MODULES xcalibrateproto"
else
|