From 90c0590b4c236fe2b28633053ef86b7bf9ff0aa5 Mon Sep 17 00:00:00 2001 From: Gilles Espinasse Date: Sat, 25 Feb 2012 10:01:36 +0100 Subject: [PATCH] build-sys: fix typo Fix a typo s/unnessary/unnecessary/ in configure --help Signed-off-by: Gilles Espinasse --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 567aaab1..cfdc9e73 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- 2.40.0