diff options
Diffstat (limited to 'security/sshpass/files/patch-configure.ac')
-rw-r--r-- | security/sshpass/files/patch-configure.ac | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/security/sshpass/files/patch-configure.ac b/security/sshpass/files/patch-configure.ac deleted file mode 100644 index b6ba1fc401f2..000000000000 --- a/security/sshpass/files/patch-configure.ac +++ /dev/null @@ -1,14 +0,0 @@ ---- configure.ac.orig 2011-08-06 07:03:01 UTC -+++ configure.ac -@@ -32,6 +32,11 @@ AC_FUNC_SELECT_ARGTYPES - AC_TYPE_SIGNAL - AC_CHECK_FUNCS([select posix_openpt strdup]) - -+AC_ARG_ENABLE([password-prompt], -+ [AS_HELP_STRING([--enable-password-prompt=prompt], [Provide alternative ssh password prompt to look for.])], -+ [AC_DEFINE_UNQUOTED([PASSWORD_PROMPT], ["$enable_password_prompt"], [Password prompt to use])], -+ [AC_DEFINE([PASSWORD_PROMPT], ["assword"])]) -+ - AC_CONFIG_FILES([Makefile]) - AM_CONFIG_HEADER(config.h) - AC_OUTPUT |