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 2ac3afa38..c97e12f34 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
1# $Id: configure.ac,v 1.551 2014/01/17 06:32:30 dtucker Exp $ 1# $Id: configure.ac,v 1.552 2014/01/17 07:10:58 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.551 $) 18AC_REVISION($Revision: 1.552 $)
19AC_CONFIG_SRCDIR([ssh.c]) 19AC_CONFIG_SRCDIR([ssh.c])
20AC_LANG([C]) 20AC_LANG([C])
21 21
@@ -1585,6 +1585,7 @@ AC_CHECK_FUNCS([ \
1585 fchmod \ 1585 fchmod \
1586 fchown \ 1586 fchown \
1587 freeaddrinfo \ 1587 freeaddrinfo \
1588 fstatfs \
1588 fstatvfs \ 1589 fstatvfs \
1589 futimes \ 1590 futimes \
1590 getaddrinfo \ 1591 getaddrinfo \