]> andersk Git - openssh.git/commitdiff
- (tim) [configure.ac] Bug #1149. Changes in QNX section only. Patch by
authortim <tim>
Sun, 5 Feb 2006 01:42:58 +0000 (01:42 +0000)
committertim <tim>
Sun, 5 Feb 2006 01:42:58 +0000 (01:42 +0000)
   kraai at ftbfs.org.

ChangeLog
configure.ac

index d9482c39128d9d7f7d92f4468950b36758353b7e..cd3898546d14db736ce09a5cabd6138573bdfb0b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
 20060205
  - (tim) [configure.ac] Add AC_REVISION. Add sys/time.h to lastlog.h test
    for Solaris. OK dtucker@.
+ - (tim) [configure.ac] Bug #1149. Changes in QNX section only. Patch by
+   kraai at ftbfs.org.
 
 20060203
  - (tim) [configure.ac] test for egrep (AC_PROG_EGREP) before first
index fc320dda3d97e60bf13fff3c791d42e4752d663a..024f876bef3e609a98ff560ef3c1ad72bf2e0278 100644 (file)
@@ -577,12 +577,13 @@ mips-sony-bsd|mips-sony-newsos4)
        AC_DEFINE(BROKEN_SETREGID)
        ;;
 
-*-*-nto-qnx)
+*-*-nto-qnx*)
        AC_DEFINE(USE_PIPES)
        AC_DEFINE(NO_X11_UNIX_SOCKETS)
        AC_DEFINE(MISSING_NFDBITS, 1, [Define on *nto-qnx systems])
        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)
        ;;
 
 *-*-ultrix*)
This page took 0.294448 seconds and 5 git commands to generate.