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 160493f06..fc54f3b54 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
1# $Id: configure.ac,v 1.334 2006/03/15 02:02:28 djm Exp $ 1# $Id: configure.ac,v 1.335 2006/03/15 02:12:41 djm 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.334 $) 18AC_REVISION($Revision: 1.335 $)
19AC_CONFIG_SRCDIR([ssh.c]) 19AC_CONFIG_SRCDIR([ssh.c])
20 20
21AC_CONFIG_HEADER(config.h) 21AC_CONFIG_HEADER(config.h)
@@ -690,6 +690,7 @@ AC_CHECK_HEADERS( \
690 readpassphrase.h \ 690 readpassphrase.h \
691 rpc/types.h \ 691 rpc/types.h \
692 security/pam_appl.h \ 692 security/pam_appl.h \
693 sha2.h \
693 shadow.h \ 694 shadow.h \
694 stddef.h \ 695 stddef.h \
695 stdint.h \ 696 stdint.h \