summaryrefslogtreecommitdiffstats
path: root/acinclude.m4.in
diff options
context:
space:
mode:
Diffstat (limited to 'acinclude.m4.in')
-rw-r--r--acinclude.m4.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4.in b/acinclude.m4.in
index cf74515..d167c2c 100644
--- a/acinclude.m4.in
+++ b/acinclude.m4.in
@@ -4471,7 +4471,7 @@ AC_DEFUN([KDE_PAM], [
AC_HELP_STRING([--with-pam[=ARG]],[enable support for PAM: ARG=[yes|no|service name]]),
[ if test "x$withval" = "xyes"; then
want_pam=yes
- pam_service=kde
+ pam_service=tde
elif test "x$withval" = "xno"; then
want_pam=no
else