- (djm) Remove useless DNS support configure summary message. from jakob@
This commit is contained in:
parent
7a2ea78cc4
commit
c8ec16651e
|
@ -1,6 +1,7 @@
|
||||||
20040102
|
20040102
|
||||||
- (djm) OSX/Darwin needs BIND_8_COMPAT to build getrrsetbyname. Report from
|
- (djm) OSX/Darwin needs BIND_8_COMPAT to build getrrsetbyname. Report from
|
||||||
jakob@
|
jakob@
|
||||||
|
- (djm) Remove useless DNS support configure summary message. from jakob@
|
||||||
|
|
||||||
20031231
|
20031231
|
||||||
- (dtucker) OpenBSD CVS Sync
|
- (dtucker) OpenBSD CVS Sync
|
||||||
|
@ -1641,4 +1642,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.3159 2004/01/02 06:52:10 djm Exp $
|
$Id: ChangeLog,v 1.3160 2004/01/02 06:53:04 djm Exp $
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# $Id: configure.ac,v 1.180 2004/01/02 06:52:10 djm Exp $
|
# $Id: configure.ac,v 1.181 2004/01/02 06:53:04 djm Exp $
|
||||||
|
|
||||||
AC_INIT
|
AC_INIT
|
||||||
AC_CONFIG_SRCDIR([ssh.c])
|
AC_CONFIG_SRCDIR([ssh.c])
|
||||||
|
@ -2727,7 +2727,6 @@ if test ! -z "$superuser_path" ; then
|
||||||
echo " sshd superuser user PATH: $J"
|
echo " sshd superuser user PATH: $J"
|
||||||
fi
|
fi
|
||||||
echo " Manpage format: $MANTYPE"
|
echo " Manpage format: $MANTYPE"
|
||||||
echo " DNS support: $DNS_MSG"
|
|
||||||
echo " PAM support: $PAM_MSG"
|
echo " PAM support: $PAM_MSG"
|
||||||
echo " KerberosV support: $KRB5_MSG"
|
echo " KerberosV support: $KRB5_MSG"
|
||||||
echo " Smartcard support: $SCARD_MSG"
|
echo " Smartcard support: $SCARD_MSG"
|
||||||
|
|
Loading…
Reference in New Issue