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 c691200bc..95240f51c 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,4 +1,4 @@ | |||
1 | # $Id: configure.ac,v 1.544 2013/12/05 00:00:16 dtucker Exp $ | 1 | # $Id: configure.ac,v 1.545 2013/12/07 00:35:37 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.544 $) | 18 | AC_REVISION($Revision: 1.545 $) |
19 | AC_CONFIG_SRCDIR([ssh.c]) | 19 | AC_CONFIG_SRCDIR([ssh.c]) |
20 | AC_LANG([C]) | 20 | AC_LANG([C]) |
21 | 21 | ||
@@ -1540,6 +1540,7 @@ AC_CHECK_FUNCS([ \ | |||
1540 | b64_pton \ | 1540 | b64_pton \ |
1541 | __b64_pton \ | 1541 | __b64_pton \ |
1542 | bcopy \ | 1542 | bcopy \ |
1543 | bcrypt_pbkdf \ | ||
1543 | bindresvport_sa \ | 1544 | bindresvport_sa \ |
1544 | clock \ | 1545 | clock \ |
1545 | closefrom \ | 1546 | closefrom \ |