summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-07-09 21:21:52 +1000
committerDamien Miller <djm@mindrot.org>2000-07-09 21:21:52 +1000
commit4e99720563ae850c5d5a1c86e45ac51173fbef9c (patch)
tree68bac65368e04eb4e72b9aa5ebf782405663aea7 /configure.in
parent8e394e7ed51a2fcdd5088e1c8fcc8b5b8033eb85 (diff)
- (djm) Only enable PAM_TTY kludge for Linux. Problem report from
Kevin Steves <stevesk@sweden.hp.com>
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index ace6de4b4..4d0f6ea43 100644
--- a/configure.in
+++ b/configure.in
@@ -99,6 +99,7 @@ case "$host" in
99*-*-linux*) 99*-*-linux*)
100 no_dev_ptmx=1 100 no_dev_ptmx=1
101 AC_DEFINE(DONT_TRY_OTHER_AF) 101 AC_DEFINE(DONT_TRY_OTHER_AF)
102 AC_DEFINE(PAM_TTY_KLUDGE)
102 inet6_default_4in6=yes 103 inet6_default_4in6=yes
103 ;; 104 ;;
104*-*-netbsd*) 105*-*-netbsd*)