summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorsabetts <sabetts>2002-02-14 11:21:29 +0000
committersabetts <sabetts>2002-02-14 11:21:29 +0000
commit62e5c960fe7d62b2cea94415cc35b2826d51064a (patch)
tree57db07b91ce31d1b0271e360c6b3cbd5e3c63665 /configure.in
parent190baa3a47929a7f0277ddbcd6df152da384144b (diff)
downloadratpoison-62e5c960fe7d62b2cea94415cc35b2826d51064a.zip
fix the --enable-debug help string.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
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)