build-sys: fix typo

Fix a typo s/unnessary/unnecessary/ in configure --help

Signed-off-by: Gilles Espinasse <g.esp@free.fr>
This commit is contained in:
Gilles Espinasse 2012-02-25 10:01:36 +01:00 committed by Craig Small
parent 60ea600599
commit 90c0590b4c
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ if test "x$enable_w_from" = xyes; then
fi
AC_ARG_ENABLE([whining],
AS_HELP_STRING([--disable-whining], [do not print unnessary warnings (slackware-ism)]),
AS_HELP_STRING([--disable-whining], [do not print unnecessary warnings (slackware-ism)]),
[], enable_whining=yes
)
if test "x$enable_whining" = xyes; then