summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2010-08-16 13:15:23 +1000
committerDarren Tucker <dtucker@zip.com.au>2010-08-16 13:15:23 +1000
commitaa74f6754aa3696cf15abb3f27b00a7274e062dd (patch)
treed4f5831e6656828dc97ecd67127444fe2bfe21d8 /configure.ac
parentad7d547acd8ee484f6841dd6c63bd768144e1329 (diff)
- (dtucker) [configure.ac openbsd-compat/Makefile.in
openbsd-compat/openbsd-compat.h openbsd-compat/strptime.c] Add strptime to the compat library which helps on platforms like old IRIX. Based on work by djm, tested by Tom Christensen.
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 c5da72edb..637e7b536 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
1# $Id: configure.ac,v 1.450 2010/04/23 01:12:06 dtucker Exp $ 1# $Id: configure.ac,v 1.451 2010/08/16 03:15:23 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.450 $) 18AC_REVISION($Revision: 1.451 $)
19AC_CONFIG_SRCDIR([ssh.c]) 19AC_CONFIG_SRCDIR([ssh.c])
20 20
21AC_CONFIG_HEADER(config.h) 21AC_CONFIG_HEADER(config.h)
@@ -1427,6 +1427,7 @@ AC_CHECK_FUNCS( \
1427 strlcpy \ 1427 strlcpy \
1428 strmode \ 1428 strmode \
1429 strnvis \ 1429 strnvis \
1430 strptime \
1430 strtonum \ 1431 strtonum \
1431 strtoll \ 1432 strtoll \
1432 strtoul \ 1433 strtoul \