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:
parent
60ea600599
commit
90c0590b4c
@ -196,7 +196,7 @@ if test "x$enable_w_from" = xyes; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
AC_ARG_ENABLE([whining],
|
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
|
[], enable_whining=yes
|
||||||
)
|
)
|
||||||
if test "x$enable_whining" = xyes; then
|
if test "x$enable_whining" = xyes; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user