From: edupont Date: Fri, 1 Feb 2019 21:57:34 +0000 (+0100) Subject: Typo in configuration help X-Git-Tag: v2.33.2~28 X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Futil-linux.git;a=commitdiff_plain;h=44a20296cc1cc302427eb89a380cdbb4934def3c Typo in configuration help --- diff --git a/configure.ac b/configure.ac index 0353c0ca83..7b4ecd3088 100644 --- a/configure.ac +++ b/configure.ac @@ -1429,7 +1429,7 @@ AS_IF([test "x$have_futimens" = xyes -a "x$have_inotify_init1" = xyes ], [ AC_ARG_ENABLE([plymouth_support], - AS_HELP_STRING([--disable-plymouth_support], [don not care about plymouth in sylogin(8) and agetty(8)]), + AS_HELP_STRING([--disable-plymouth_support], [do not care about plymouth in sylogin(8) and agetty(8)]), [], [enable_plymouth_support=check] ) UL_BUILD_INIT([plymouth_support])