[build] fix typo

This commit is contained in:
Joe Thornber 2017-10-10 10:29:24 +01:00
parent b9230d1bbb
commit 1b7ec80501

View File

@ -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)