From aea375ae29c5fa302c6070b53761c1f5b317b738 Mon Sep 17 00:00:00 2001 From: Avinash Sonawane Date: Sat, 30 Oct 2021 17:56:03 +0530 Subject: [PATCH] --with-password-helper expects full pathname of password helper --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 607ac8f..fb3239a 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 -- GitLab