summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2149f5af6..ffa94e863 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
1# $Id: configure.ac,v 1.310 2005/11/25 02:14:58 dtucker Exp $ 1# $Id: configure.ac,v 1.311 2005/11/26 11:24:10 dtucker Exp $
2# 2#
3# Copyright (c) 1999-2004 Damien Miller 3# Copyright (c) 1999-2004 Damien Miller
4# 4#
@@ -181,6 +181,8 @@ case "$host" in
181 AC_DEFINE(SPT_TYPE,SPT_REUSEARGV, 181 AC_DEFINE(SPT_TYPE,SPT_REUSEARGV,
182 [Define to a Set Process Title type if your system is 182 [Define to a Set Process Title type if your system is
183 supported by bsd-setproctitle.c]) 183 supported by bsd-setproctitle.c])
184 AC_DEFINE(SSHPAM_CHAUTHTOK_NEEDS_RUID, 1,
185 [AIX 5.2 and 5.3 (and presumably newer) require this])
184 ;; 186 ;;
185*-*-cygwin*) 187*-*-cygwin*)
186 check_for_libcrypt_later=1 188 check_for_libcrypt_later=1