summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGilles Espinasse2013-05-13 16:51:08 +0200
committerKarel Zak2013-05-21 11:38:35 +0200
commit34228e6972032862be093748a7cef8ca3ac7c7d1 (patch)
treea7226fa5b55e9b1594c7ac48ac054accaedf6bf3 /configure.ac
parentbuild-sys: always check for setns() and unshare() libs functions (diff)
downloadkernel-qcow2-util-linux-34228e6972032862be093748a7cef8ca3ac7c7d1.tar.gz
kernel-qcow2-util-linux-34228e6972032862be093748a7cef8ca3ac7c7d1.tar.xz
kernel-qcow2-util-linux-34228e6972032862be093748a7cef8ca3ac7c7d1.zip
util-linux minor typo fixes
Signed-off-by: Gilles Espinasse <g.esp@free.fr>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9414e6ac4..398aaf0cb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1304,7 +1304,7 @@ AM_CONDITIONAL(BUILD_SETTERM, test "x$build_setterm" = xyes)
AC_ARG_ENABLE([schedutils],
- AS_HELP_STRING([--disable-schedutils], [do not build chrt, ionice, teskset]),
+ AS_HELP_STRING([--disable-schedutils], [do not build chrt, ionice, taskset]),
[], enable_schedutils=yes
)
UL_BUILD_INIT([schedutils])