[xserver-commit] xserver ChangeLog,3.38,3.39 configure.ac,3.32,3.33
Phil Blundell
xserver-commit@pdx.freedesktop.org
Sat, 08 Nov 2003 10:52:01 -0800
Committed by: pb
Update of /cvs/xserver/xserver
In directory pdx:/tmp/cvs-serv13690
Modified Files:
ChangeLog configure.ac
Log Message:
2003-11-08 Phil Blundell <pb@nexus.co.uk>
* configure.ac: Avoid ugly shell error when libXdmcp isn't
present.
* hw/kdrive/linux/ts.c (TsEnable, TsDisable): New functions.
(TsInit): Register them.
Index: ChangeLog
===================================================================
RCS file: /cvs/xserver/xserver/ChangeLog,v
retrieving revision 3.38
retrieving revision 3.39
diff -u -d -r3.38 -r3.39
--- ChangeLog 8 Nov 2003 00:28:19 -0000 3.38
+++ ChangeLog 8 Nov 2003 18:51:58 -0000 3.39
@@ -1,3 +1,11 @@
+2003-11-08 Phil Blundell <pb@nexus.co.uk>
+
+ * configure.ac: Avoid ugly shell error when libXdmcp isn't
+ present.
+
+ * hw/kdrive/linux/ts.c (TsEnable, TsDisable): New functions.
+ (TsInit): Register them.
+
2003-11-07 Keith Packard <keithp@keithp.com>
* hw/kdrive/src/kaa.c: (kaaGetOffscreenPixmap), (kaaFillSpans),
Index: configure.ac
===================================================================
RCS file: /cvs/xserver/xserver/configure.ac,v
retrieving revision 3.32
retrieving revision 3.33
diff -u -d -r3.32 -r3.33
--- configure.ac 6 Nov 2003 14:01:46 -0000 3.32
+++ configure.ac 8 Nov 2003 18:51:58 -0000 3.33
@@ -166,7 +166,7 @@
fi
fi
if test x$XDMAUTH = xauto; then
- if test $have_libxdmcp = yes -a $have_xdmcpwrap = yes; then
+ if test $have_libxdmcp = yes -a x$have_xdmcpwrap = xyes; then
XDMAUTH=yes
else
XDMAUTH=no