summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2004-01-02 17:53:04 +1100
committerDamien Miller <djm@mindrot.org>2004-01-02 17:53:04 +1100
commitc8ec16651ea05e160f5dd51dc70f0db946ee2761 (patch)
tree445e210a0697ff17b4a608c368a37dbd550e9010
parent7a2ea78cc416956be619fc82f59b4eb20b3c2225 (diff)
- (djm) Remove useless DNS support configure summary message. from jakob@
-rw-r--r--ChangeLog3
-rw-r--r--configure.ac3
2 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 53043c4ef..95f3dcf2c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
120040102 120040102
2 - (djm) OSX/Darwin needs BIND_8_COMPAT to build getrrsetbyname. Report from 2 - (djm) OSX/Darwin needs BIND_8_COMPAT to build getrrsetbyname. Report from
3 jakob@ 3 jakob@
4 - (djm) Remove useless DNS support configure summary message. from jakob@
4 5
520031231 620031231
6 - (dtucker) OpenBSD CVS Sync 7 - (dtucker) OpenBSD CVS Sync
@@ -1641,4 +1642,4 @@
1641 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. 1642 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
1642 Report from murple@murple.net, diagnosis from dtucker@zip.com.au 1643 Report from murple@murple.net, diagnosis from dtucker@zip.com.au
1643 1644
1644$Id: ChangeLog,v 1.3159 2004/01/02 06:52:10 djm Exp $ 1645$Id: ChangeLog,v 1.3160 2004/01/02 06:53:04 djm Exp $
diff --git a/configure.ac b/configure.ac
index bb7e59be0..dc81dafe1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
1# $Id: configure.ac,v 1.180 2004/01/02 06:52:10 djm Exp $ 1# $Id: configure.ac,v 1.181 2004/01/02 06:53:04 djm Exp $
2 2
3AC_INIT 3AC_INIT
4AC_CONFIG_SRCDIR([ssh.c]) 4AC_CONFIG_SRCDIR([ssh.c])
@@ -2727,7 +2727,6 @@ if test ! -z "$superuser_path" ; then
2727echo " sshd superuser user PATH: $J" 2727echo " sshd superuser user PATH: $J"
2728fi 2728fi
2729echo " Manpage format: $MANTYPE" 2729echo " Manpage format: $MANTYPE"
2730echo " DNS support: $DNS_MSG"
2731echo " PAM support: $PAM_MSG" 2730echo " PAM support: $PAM_MSG"
2732echo " KerberosV support: $KRB5_MSG" 2731echo " KerberosV support: $KRB5_MSG"
2733echo " Smartcard support: $SCARD_MSG" 2732echo " Smartcard support: $SCARD_MSG"