summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2013-02-15 12:13:01 +1100
committerDarren Tucker <dtucker@zip.com.au>2013-02-15 12:13:01 +1100
commit8e6fb780e54f484e3dca4f1bf0abcd9bf13f092f (patch)
treed28a08a3db08e470474a0aa8efde812f7b59b874 /configure.ac
parent62e4edc797a284f551e7faa616af06f8c3c24015 (diff)
- (dtucker) [configure.ac openbsd-compat/Makefile.in openbsd-compat/strtoull.c
openbsd-compat/openbsd-compat.h] Add strtoull to compat library for platforms that don't have it.
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 def34fa0b..d62323d97 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
1# $Id: configure.ac,v 1.504 2013/02/15 00:41:35 dtucker Exp $ 1# $Id: configure.ac,v 1.505 2013/02/15 01:13:01 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.504 $) 18AC_REVISION($Revision: 1.505 $)
19AC_CONFIG_SRCDIR([ssh.c]) 19AC_CONFIG_SRCDIR([ssh.c])
20AC_LANG([C]) 20AC_LANG([C])
21 21
@@ -1611,6 +1611,7 @@ AC_CHECK_FUNCS([ \
1611 strtonum \ 1611 strtonum \
1612 strtoll \ 1612 strtoll \
1613 strtoul \ 1613 strtoul \
1614 strtoull \
1614 swap32 \ 1615 swap32 \
1615 sysconf \ 1616 sysconf \
1616 tcgetpgrp \ 1617 tcgetpgrp \