summaryrefslogtreecommitdiffstats
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 def34fa0..d62323d9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-# $Id: configure.ac,v 1.504 2013/02/15 00:41:35 dtucker Exp $
+# $Id: configure.ac,v 1.505 2013/02/15 01:13:01 dtucker Exp $
#
# Copyright (c) 1999-2004 Damien Miller
#
@@ -15,7 +15,7 @@
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
AC_INIT([OpenSSH], [Portable], [openssh-unix-dev@mindrot.org])
-AC_REVISION($Revision: 1.504 $)
+AC_REVISION($Revision: 1.505 $)
AC_CONFIG_SRCDIR([ssh.c])
AC_LANG([C])
@@ -1611,6 +1611,7 @@ AC_CHECK_FUNCS([ \
strtonum \
strtoll \
strtoul \
+ strtoull \
swap32 \
sysconf \
tcgetpgrp \