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 0611b71b9..e545730d7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
1# $Id: configure.ac,v 1.537 2013/11/03 07:43:55 dtucker Exp $ 1# $Id: configure.ac,v 1.538 2013/11/07 02:28:16 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.537 $) 18AC_REVISION($Revision: 1.538 $)
19AC_CONFIG_SRCDIR([ssh.c]) 19AC_CONFIG_SRCDIR([ssh.c])
20AC_LANG([C]) 20AC_LANG([C])
21 21
@@ -1528,6 +1528,7 @@ dnl Checks for library functions. Please keep in alphabetical order
1528AC_CHECK_FUNCS([ \ 1528AC_CHECK_FUNCS([ \
1529 arc4random \ 1529 arc4random \
1530 arc4random_buf \ 1530 arc4random_buf \
1531 arc4random_stir \
1531 arc4random_uniform \ 1532 arc4random_uniform \
1532 asprintf \ 1533 asprintf \
1533 b64_ntop \ 1534 b64_ntop \