diff options
author | sabetts <sabetts> | 2002-02-14 11:21:29 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2002-02-14 11:21:29 +0000 |
commit | 62e5c960fe7d62b2cea94415cc35b2826d51064a (patch) | |
tree | 57db07b91ce31d1b0271e360c6b3cbd5e3c63665 | |
parent | 190baa3a47929a7f0277ddbcd6df152da384144b (diff) | |
download | ratpoison-62e5c960fe7d62b2cea94415cc35b2826d51064a.zip |
fix the --enable-debug help string.
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | configure.in | 4 |
2 files changed, 4 insertions, 2 deletions
@@ -1,5 +1,7 @@ 2002-02-14 Shawn Betts <sabetts@vcn.bc.ca> + * configure.in: fix the --enable-debug help string. + * src/events.c (configure_request): Ignore the configure notify event caused by the geometry change if the window is not mapped. diff --git a/configure.in b/configure.in index c2f9629..a5b043c 100644 --- a/configure.in +++ b/configure.in @@ -17,7 +17,7 @@ dnl You should have received a copy of the GNU General Public License dnl along with this program; if not, write to the Free Software dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA dnl -dnl $Id: configure.in,v 1.25 2002/01/27 00:57:19 sabetts Exp $ +dnl $Id: configure.in,v 1.26 2002/02/14 11:21:29 sabetts Exp $ AC_INIT(src/main.c) AM_INIT_AUTOMAKE(ratpoison, 1.0.1-cvs) @@ -30,7 +30,7 @@ AC_SUBST(host_os) dnl by default turn off debugging AC_MSG_CHECKING(whether to enable debugging) AC_ARG_ENABLE(debug, - [ --enable-debugging build with extra debugging messages], + [ --enable-debug build with extra debugging messages], [if test "x$enableval" != "xno"; then AC_DEFINE_UNQUOTED(DEBUG, 1, Define this to enable debugging messages) AC_MSG_RESULT(yes) |