]> andersk Git - openssh.git/commitdiff
- (tim) [configure.ac] Back out last change. It needs to be done differently.
authortim <tim>
Tue, 30 Aug 2005 14:12:02 +0000 (14:12 +0000)
committertim <tim>
Tue, 30 Aug 2005 14:12:02 +0000 (14:12 +0000)
ChangeLog
configure.ac

index 1488f75ffd545efe9916b4d91f6542e46c1aa14c..4f28b8608b298a1e78b806bd5254f75029d9a5fe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+20050830
+ - (tim) [configure.ac] Back out last change. It needs to be done differently.
+
 20050829
  - (tim) [configure.ac] ia_openinfo() seems broken on OSR6. Limit UW long
    password support to 7.x for now.
index ddd879a0d2180788436ea34a256d643097120466..fb5a21de0b9e737d4afeac3dc2e3905eaa84d2b2 100644 (file)
@@ -446,6 +446,8 @@ 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)
@@ -455,10 +457,6 @@ 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*)
This page took 0.508269 seconds and 5 git commands to generate.