[sawfish] fix the last incomplete AC_DEFINE



commit 3be410c95af161270404a01eb130318d3974b306
Author: chrisb <zanghar freenet de>
Date:   Mon May 4 18:40:43 2009 +0200

    fix the last incomplete AC_DEFINE
---
 ChangeLog     |    3 +++
 configure.in  |    2 +-
 man/news.texi |    2 ++
 3 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 7d502ca..1fe8e20 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2009-05-04  Christopher Bratusek <zanghar freenet de>
+	* configure.in: fix the last incomplete AC_DEFINE
+
 2009-05-03  Christopher Bratusek <zanghar freenet de>
 	* lisp/sawfish/ui/slot.jl: make defcustoms strings translatable [Alexey I. Froloff]
 
diff --git a/configure.in b/configure.in
index 534af7a..9043d2a 100644
--- a/configure.in
+++ b/configure.in
@@ -151,7 +151,7 @@ PKG_CHECK_MODULES(XFT, xft >= 1.0,
 
 dnl is X available?
 if test "${no_x}" != "yes"; then
-  AC_DEFINE(HAVE_X11)
+  AC_DEFINE(HAVE_X11, 1, [Have X11])
   X_LIBS="${X_LIBS} -lXext -lXrender -lSM -lICE"
   X_EXTRA_LIBS=""
 else
diff --git a/man/news.texi b/man/news.texi
index 1cabdae..c52575f 100644
--- a/man/news.texi
+++ b/man/news.texi
@@ -64,6 +64,8 @@ To use the old style, put @code{(define-special-variable customize-program "sawf
 @item Make Sawfish more error-tolerant if an app has an icomplete WM_CLASS [Martin Mares]
 
 @item Make sure we don't mix Super and Hyper [Denis Barbier]
+
+ item Fixup the last incomplete AC_DEFINE [Christopher Bratusek]
 @end itemize
 
 @item New features:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]