From ed43853326203a10eb7267ae43101c8a3a57070c Mon Sep 17 00:00:00 2001 From: Scott Moynes Date: Mon, 16 Sep 2002 04:25:54 +0000 Subject: [PATCH] fixed tyop --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.45.2