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 f7033bc0b..da919a636 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
1# $Id: configure.ac,v 1.494 2012/07/03 12:48:31 dtucker Exp $ 1# $Id: configure.ac,v 1.495 2012/07/03 22:50:10 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.494 $) 18AC_REVISION($Revision: 1.495 $)
19AC_CONFIG_SRCDIR([ssh.c]) 19AC_CONFIG_SRCDIR([ssh.c])
20AC_LANG([C]) 20AC_LANG([C])
21 21
@@ -1571,6 +1571,7 @@ AC_CHECK_FUNCS([ \
1571 seteuid \ 1571 seteuid \
1572 setgroupent \ 1572 setgroupent \
1573 setgroups \ 1573 setgroups \
1574 setlinebuf \
1574 setlogin \ 1575 setlogin \
1575 setpassent\ 1576 setpassent\
1576 setpcred \ 1577 setpcred \