summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Moynes <smoynes@nexus.carleton.ca>2002-09-16 04:25:54 +0000
committerScott Moynes <smoynes@nexus.carleton.ca>2002-09-16 04:25:54 +0000
commited43853326203a10eb7267ae43101c8a3a57070c (patch)
tree880799d0f44f2de174c9d22c38e38ca8aef7b86b
parent9215a741e728760181816b3017ceac1f7c24ff5c (diff)
fixed tyop
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 5e490070..ba2fecb1 100644
--- a/configure.in
+++ b/configure.in
@@ -254,7 +254,7 @@ BITMAPBUTTONS=""
AC_MSG_CHECKING([whether to include bitmappable buttons])
AC_ARG_ENABLE(
bitmap-buttons,
-[ --enable-bitmap-buttons include bitmappable buttons [default=yes]],
+[ --enable-bitmap-buttons include bitmappable buttons [default=yes]],
if test x$enableval = "xyes"; then
AC_MSG_RESULT([yes])
BITMAPBUTTONS="yes"