[sawfish] Fix in libICE check on x11r7



commit e003d1a1eb07a48677dcda334b88b221707b4a91
Author: chrisb <zanghar freenet de>
Date:   Tue Jul 28 15:10:07 2009 +0200

    Fix in libICE check on x11r7

 ChangeLog     |    2 +-
 configure.in  |    1 +
 man/news.texi |    4 +++-
 3 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index b77afbd..6e69bc4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,7 +3,7 @@
 
 	* lisp/sawfish/wm/windows.jl: set window-type to dock for panels [Timo Korvola]
 
-	* configure.in: small fixup in x11r7 checks regarding SessionManagementlib (SMlib)
+	* configure.in: small fixup in x11r7 checks regarding SMlib and libICE
 
 2009-07-27  Christopher Bratusek <zanghar freenet de>
 	* lisp/sawfish/wm/viewport.jl: Added viewport-boundary-mode dynamic [Jeremy Hankins]
diff --git a/configure.in b/configure.in
index f67b6ca..fb4aa1d 100644
--- a/configure.in
+++ b/configure.in
@@ -113,6 +113,7 @@ X_EXTRA_LIBS=""
 
 PKG_CHECK_MODULES(libICE, ice >= 1.0
 		  ,X_EXTRA_LIBS="${X_EXTRA_LIBS} -lICE"
+		  AC_DEFINE(HAVE_X11_ICE_ICE_H, 1, [Have libice])
 		  ,AC_MSG_ERROR([cannot locate libICE]))
 
 PKG_CHECK_MODULES(libSM, sm >= 1.0
diff --git a/man/news.texi b/man/news.texi
index ed501c1..60a0358 100644
--- a/man/news.texi
+++ b/man/news.texi
@@ -23,7 +23,9 @@ they occurred between. For more detailed information see the
 @item Bugs fixed:
 @itemize @minus
 
- item Fix in SessionManagementlib check on x11r7 [Christopher Bratusek]
+ item Fix in SMlib check on x11r7 [Christopher Bratusek]
+
+ item Fix in libICE check on x11r7 [Christopher Bratusek]
 
 @item SpinButtons in Sawfish-UI are now connected to correct singal (allows typing in the value manually) [Christoper Bratusek]
 



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