summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2005-08-29 17:17:37 -0700
committerTim Rice <tim@multitalents.net>2005-08-29 17:17:37 -0700
commit2016865b954c83ddcdc76ebeef3a5fe3dfd6d9d2 (patch)
tree615e7bb8180a869dc1f915081471e59ab7384be2 /configure.ac
parent2291c00ab2aef934391c23227645121719df4c4b (diff)
- (tim) [configure.ac] ia_openinfo() seems broken on OSR6. Limit UW long
password support to 7.x for now.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 5 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index c9c8218d..d20ec150 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-# $Id: configure.ac,v 1.289 2005/08/26 20:15:20 tim Exp $
+# $Id: configure.ac,v 1.290 2005/08/30 00:17:38 tim Exp $
#
# Copyright (c) 1999-2004 Damien Miller
#
@@ -446,8 +446,6 @@ mips-sony-bsd|mips-sony-newsos4)
;;
# UnixWare 7.x, OpenUNIX 8
*-*-sysv5*)
- check_for_libcrypt_later=1
- AC_DEFINE(UNIXWARE_LONG_PASSWORDS, 1, [Support passwords > 8 chars])
AC_DEFINE(USE_PIPES)
AC_DEFINE(SETEUID_BREAKS_SETUID)
AC_DEFINE(BROKEN_SETREUID)
@@ -457,6 +455,10 @@ mips-sony-bsd|mips-sony-newsos4)
*-*-sysv5SCO_SV*) # SCO OpenServer 6.x
TEST_SHELL=/u95/bin/sh
;;
+ *-*-sysv5*)
+ check_for_libcrypt_later=1
+ AC_DEFINE(UNIXWARE_LONG_PASSWORDS, 1, [Support passwords > 8 chars])
+ ;;
esac
;;
*-*-sysv*)