summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 2cd910cf9..bce5d7b17 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
1# $Id: configure.ac,v 1.533 2013/06/04 02:55:24 dtucker Exp $ 1# $Id: configure.ac,v 1.534 2013/06/05 22:30:21 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.533 $) 18AC_REVISION($Revision: 1.534 $)
19AC_CONFIG_SRCDIR([ssh.c]) 19AC_CONFIG_SRCDIR([ssh.c])
20AC_LANG([C]) 20AC_LANG([C])
21 21
@@ -310,6 +310,7 @@ AC_CHECK_HEADERS([ \
310 ia.h \ 310 ia.h \
311 iaf.h \ 311 iaf.h \
312 limits.h \ 312 limits.h \
313 locale.h \
313 login.h \ 314 login.h \
314 maillock.h \ 315 maillock.h \
315 ndir.h \ 316 ndir.h \
@@ -1563,6 +1564,7 @@ AC_CHECK_FUNCS([ \
1563 inet_ntop \ 1564 inet_ntop \
1564 innetgr \ 1565 innetgr \
1565 login_getcapbool \ 1566 login_getcapbool \
1567 mblen \
1566 md5_crypt \ 1568 md5_crypt \
1567 memmove \ 1569 memmove \
1568 mkdtemp \ 1570 mkdtemp \