[sawfish] small fixup in configure.in



commit b151be2b0329505469afd4c7236fe5a2d5df96d3
Author: Christopher Roy Bratusek <chris nanolx org>
Date:   Tue Dec 22 20:00:31 2009 +0100

    small fixup in configure.in

 ChangeLog    |    2 ++
 configure.in |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 95243b1..d28c0fb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,8 @@
 	== 1.6.1 ==
 
 	* configure.in: post-release version-bump to 1.6.1 "Astral"
+			--without-nine-mouse-buttons is not allowed to have 4 hyphens,
+			so it's now --without-nine-mousebuttons
 
 	* sawfish.spec.in: small fixup [Kim B. Heino]
 
diff --git a/configure.in b/configure.in
index 40c4182..2bd65f4 100644
--- a/configure.in
+++ b/configure.in
@@ -265,7 +265,7 @@ dnl Check wether to add 9 mouse buttons support
 
 AC_ARG_WITH(nine-mousebuttons,
 	    [ --with-nine-mousebuttons	Add support for mouse-buttons 6 - 9
-	     --without-nine-mouse-buttons], [], [with_nine_mbtns=yes])
+	     --without-nine-mousebuttons], [], [with_nine_mbtns=yes])
 
 if test "$with_nine_mbtns" = "yes"; then
 	AC_DEFINE(HAVE_NINE_MOUSEBUTTONS, 1, [Support for 9 Mouse Buttons])



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