diff --git a/configure.ac b/configure.ac index efca586..d2ac9ad 100644 --- a/configure.ac +++ b/configure.ac @@ -139,7 +139,7 @@ AC_MSG_RESULT($TESTING) ################################################################################ dnl -- Enable development tools -AC_MSG_CHECKING(whenter to enable development tools) +AC_MSG_CHECKING(whether to enable development tools) AC_ARG_ENABLE(dev-tools, AC_HELP_STRING(--enable-dev-tools, [enable development tools in the makefile]), DEVTOOLS=$enableval, DEVTOOLS=no)