summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"