diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index dfd32cd85..a350a2a55 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,4 +1,4 @@ | |||
1 | # $Id: configure.ac,v 1.568 2014/01/30 00:26:46 djm Exp $ | 1 | # $Id: configure.ac,v 1.569 2014/02/04 00:18:21 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 | ||
17 | AC_INIT([OpenSSH], [Portable], [openssh-unix-dev@mindrot.org]) | 17 | AC_INIT([OpenSSH], [Portable], [openssh-unix-dev@mindrot.org]) |
18 | AC_REVISION($Revision: 1.568 $) | 18 | AC_REVISION($Revision: 1.569 $) |
19 | AC_CONFIG_SRCDIR([ssh.c]) | 19 | AC_CONFIG_SRCDIR([ssh.c]) |
20 | AC_LANG([C]) | 20 | AC_LANG([C]) |
21 | 21 | ||
@@ -1649,6 +1649,7 @@ AC_CHECK_FUNCS([ \ | |||
1649 | closefrom \ | 1649 | closefrom \ |
1650 | dirfd \ | 1650 | dirfd \ |
1651 | endgrent \ | 1651 | endgrent \ |
1652 | explicit_bzero \ | ||
1652 | fchmod \ | 1653 | fchmod \ |
1653 | fchown \ | 1654 | fchown \ |
1654 | freeaddrinfo \ | 1655 | freeaddrinfo \ |