From 2016865b954c83ddcdc76ebeef3a5fe3dfd6d9d2 Mon Sep 17 00:00:00 2001 From: Tim Rice Date: Mon, 29 Aug 2005 17:17:37 -0700 Subject: - (tim) [configure.ac] ia_openinfo() seems broken on OSR6. Limit UW long password support to 7.x for now. --- configure.ac | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'configure.ac') 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*) -- cgit v1.2.3