diff --git a/configure.ac b/configure.ac index 607ac8feda577416d9e94fdb992e8f96be9203c4..fb3239ab6e39f0040699f8f925085198fd7d16fc 100644 --- a/configure.ac +++ b/configure.ac @@ -806,7 +806,8 @@ have_passwd_helper=no with_passwd_helper_req=unspecified AC_ARG_WITH(passwd-helper, -[ --with-passwd-helper Include support for an external password +[ --with-passwd-helper= + Specify full pathname of an external password verification helper program.], [with_passwd_helper="$withval"; with_passwd_helper_req="$withval"],[with_passwd_helper=no]) # no HANDLE_X_PATH_ARG for this one