From 0c7e887746956bc587cb5f7ae181a2d19d67b14c Mon Sep 17 00:00:00 2001 From: tim Date: Sun, 12 Feb 2006 02:37:48 +0000 Subject: [PATCH] - (tim) [configure.ac] Bug #1149. Disable /etc/default/login check for QNX. --- ChangeLog | 1 + configure.ac | 1 + 2 files changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index c4cc350a..2ff6abae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 20060212 - (dtucker) [openbsd-compat/bsd-cygwin_util.c] Make loop counter unsigned to silence compiler warning, from vinschen at redhat.com. + - (tim) [configure.ac] Bug #1149. Disable /etc/default/login check for QNX. 20060208 - (tim) [session.c] Logout records were not updated on systems with diff --git a/configure.ac b/configure.ac index f2c86a53..7fb54781 100644 --- a/configure.ac +++ b/configure.ac @@ -584,6 +584,7 @@ mips-sony-bsd|mips-sony-newsos4) AC_DEFINE(MISSING_HOWMANY, 1, [Define on *nto-qnx systems]) AC_DEFINE(MISSING_FD_MASK, 1, [Define on *nto-qnx systems]) AC_DEFINE(DISABLE_LASTLOG) + enable_etc_default_login=no # has incompatible /etc/default/login ;; *-*-ultrix*) -- 2.45.1