summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index f8faa2660..9e037ab0e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
1# $Id: configure.ac,v 1.337 2006/03/15 11:28:17 dtucker Exp $ 1# $Id: configure.ac,v 1.338 2006/03/15 21:14:34 dtucker Exp $
2# 2#
3# Copyright (c) 1999-2004 Damien Miller 3# Copyright (c) 1999-2004 Damien Miller
4# 4#
@@ -15,7 +15,7 @@
15# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16 16
17AC_INIT(OpenSSH, Portable, openssh-unix-dev@mindrot.org) 17AC_INIT(OpenSSH, Portable, openssh-unix-dev@mindrot.org)
18AC_REVISION($Revision: 1.337 $) 18AC_REVISION($Revision: 1.338 $)
19AC_CONFIG_SRCDIR([ssh.c]) 19AC_CONFIG_SRCDIR([ssh.c])
20 20
21AC_CONFIG_HEADER(config.h) 21AC_CONFIG_HEADER(config.h)
@@ -669,6 +669,7 @@ dnl Checks for header files.
669AC_CHECK_HEADERS( \ 669AC_CHECK_HEADERS( \
670 bstring.h \ 670 bstring.h \
671 crypt.h \ 671 crypt.h \
672 crypto/sha2.h \
672 dirent.h \ 673 dirent.h \
673 endian.h \ 674 endian.h \
674 features.h \ 675 features.h \