mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-30 01:05:14 +02:00
[configure.ac] Bug 665: move 3 new AC_DEFINES outside of AC_TRY_RUN.
Report by distler AT golem ph utexas edu.
This commit is contained in:
parent
7a74c6b428
commit
480ef8ddae
@ -1,7 +1,7 @@
|
|||||||
20030923
|
20030923
|
||||||
- (dtucker) [Makefile.in] Bug #644: Fix "make clean" for out-of-tree
|
- (dtucker) [Makefile.in] Bug #644: Fix "make clean" for out-of-tree
|
||||||
builds. Portability corrections from tim@.
|
builds. Portability corrections from tim@.
|
||||||
- (dtucker) [configure.ac] Bug #655: uid swapping issues on Mac OS X.
|
- (dtucker) [configure.ac] Bug #665: uid swapping issues on Mac OS X.
|
||||||
Patch from max at quendi.de.
|
Patch from max at quendi.de.
|
||||||
- (dtucker) [configure.ac] Bug #657: uid swapping issues on BSDi.
|
- (dtucker) [configure.ac] Bug #657: uid swapping issues on BSDi.
|
||||||
- (dtucker) [configure.ac] Bug #653: uid swapping issues on Tru64.
|
- (dtucker) [configure.ac] Bug #653: uid swapping issues on Tru64.
|
||||||
@ -25,6 +25,8 @@
|
|||||||
- (dtucker) [INSTALL] Bug #686: Document requirement for zlib 1.1.4 or
|
- (dtucker) [INSTALL] Bug #686: Document requirement for zlib 1.1.4 or
|
||||||
higher.
|
higher.
|
||||||
- (tim) Fix typo. s/SETEIUD_BREAKS_SETUID/SETEUID_BREAKS_SETUID/
|
- (tim) Fix typo. s/SETEIUD_BREAKS_SETUID/SETEUID_BREAKS_SETUID/
|
||||||
|
- (tim) [configure.ac] Bug 665: move 3 new AC_DEFINES outside of AC_TRY_RUN.
|
||||||
|
Report by distler AT golem ph utexas edu.
|
||||||
|
|
||||||
20030919
|
20030919
|
||||||
- (djm) Bug #683: Remove reference to --with-ipv4-default from INSTALL;
|
- (djm) Bug #683: Remove reference to --with-ipv4-default from INSTALL;
|
||||||
@ -1161,4 +1163,4 @@
|
|||||||
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
|
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
|
||||||
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
|
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.3021 2003/09/22 04:00:59 tim Exp $
|
$Id: ChangeLog,v 1.3022 2003/09/22 04:38:11 tim Exp $
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $Id: configure.ac,v 1.163 2003/09/22 04:01:00 tim Exp $
|
# $Id: configure.ac,v 1.164 2003/09/22 04:38:11 tim Exp $
|
||||||
|
|
||||||
AC_INIT
|
AC_INIT
|
||||||
AC_CONFIG_SRCDIR([ssh.c])
|
AC_CONFIG_SRCDIR([ssh.c])
|
||||||
@ -131,10 +131,10 @@ main() { if (NSVersionOfRunTimeLibrary("System") >= (60 << 16))
|
|||||||
}], [AC_MSG_RESULT(working)],
|
}], [AC_MSG_RESULT(working)],
|
||||||
[AC_MSG_RESULT(buggy)
|
[AC_MSG_RESULT(buggy)
|
||||||
AC_DEFINE(BROKEN_GETADDRINFO)],
|
AC_DEFINE(BROKEN_GETADDRINFO)],
|
||||||
|
[AC_MSG_RESULT(assume it is working)])
|
||||||
AC_DEFINE(SETEUID_BREAKS_SETUID)
|
AC_DEFINE(SETEUID_BREAKS_SETUID)
|
||||||
AC_DEFINE(BROKEN_SETREUID)
|
AC_DEFINE(BROKEN_SETREUID)
|
||||||
AC_DEFINE(BROKEN_SETREGID)
|
AC_DEFINE(BROKEN_SETREGID)
|
||||||
[AC_MSG_RESULT(assume it is working)])
|
|
||||||
;;
|
;;
|
||||||
*-*-hpux10.26)
|
*-*-hpux10.26)
|
||||||
if test -z "$GCC"; then
|
if test -z "$GCC"; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user