Bug #5230: Fix whitespace bugs.

This commit is contained in:
Adam Jackson 2005-12-06 16:22:47 +00:00
parent 9439297b7b
commit 84faf8dc97
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2005-12-06 Adam Jackson <ajax@freedesktop.org>
* configure.ac:
Bug #5230: Fix whitespace bugs.
2005-12-06 Alan Coopersmith <alan.coopersmith@sun.com>
* os/Makefile.am:

View File

@ -1203,15 +1203,15 @@ if test "x$XWIN" = xyes; then
AC_DEFINE(DDXBEFORERESET, 1, [Use ddxBeforeReset ])
if test "x$XF86VIDMODE" = xyes; then
AC_MSG_NOTICE([Disabling XF86VidMode extension])
XF86VIDMODE = no
XF86VIDMODE=no
fi
if test "x$XF86MISC" = xyes; then
AC_MSG_NOTICE([Disabling XF86Misc extension])
XF86MISC = no
XF86MISC=no
fi
if test "x$COMPOSITE" = xyes; then
AC_MSG_NOTICE([Disabling Composite extension])
COMPOSITE = no
COMPOSITE=no
fi
fi
AM_CONDITIONAL(XWIN, [test "x$XWIN" = xyes])