From 84faf8dc9747bc4f1db5ebc2f23e17cf1460e2e9 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Tue, 6 Dec 2005 16:22:47 +0000 Subject: [PATCH] Bug #5230: Fix whitespace bugs. --- ChangeLog | 5 +++++ configure.ac | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2b0f8aded..d00e8efbe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-12-06 Adam Jackson + + * configure.ac: + Bug #5230: Fix whitespace bugs. + 2005-12-06 Alan Coopersmith * os/Makefile.am: diff --git a/configure.ac b/configure.ac index 83333c10e..9136f8b4a 100644 --- a/configure.ac +++ b/configure.ac @@ -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])