diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index e08374755..1f1941a15 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -3047,6 +3047,17 @@ AC_ARG_WITH([pam], | |||
3047 | ] | 3047 | ] |
3048 | ) | 3048 | ) |
3049 | 3049 | ||
3050 | AC_ARG_WITH([pam-service], | ||
3051 | [ --with-pam-service=name Specify PAM service name ], | ||
3052 | [ | ||
3053 | if test "x$withval" != "xno" && \ | ||
3054 | test "x$withval" != "xyes" ; then | ||
3055 | AC_DEFINE_UNQUOTED([SSHD_PAM_SERVICE], | ||
3056 | ["$withval"], [sshd PAM service name]) | ||
3057 | fi | ||
3058 | ] | ||
3059 | ) | ||
3060 | |||
3050 | # Check for older PAM | 3061 | # Check for older PAM |
3051 | if test "x$PAM_MSG" = "xyes" ; then | 3062 | if test "x$PAM_MSG" = "xyes" ; then |
3052 | # Check PAM strerror arguments (old PAM) | 3063 | # Check PAM strerror arguments (old PAM) |