summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2007-06-11 14:15:42 +1000
committerDamien Miller <djm@mindrot.org>2007-06-11 14:15:42 +1000
commit34a176995fe658e221b3a14730b695dd9f6943e5 (patch)
treee340f065770686f09a355f72328341f76d06c189 /configure.ac
parent22b7b4933108dd07c9000bffcde8c13dbdcd240f (diff)
- (djm) [configure.ac umac.c] If platform doesn't provide swap32(3), then
fallback to provided bit-swizzing functions
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 985ccb62d..143c164a9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
1# $Id: configure.ac,v 1.380 2007/05/09 22:57:43 tim Exp $ 1# $Id: configure.ac,v 1.381 2007/06/11 04:15:43 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.380 $) 18AC_REVISION($Revision: 1.381 $)
19AC_CONFIG_SRCDIR([ssh.c]) 19AC_CONFIG_SRCDIR([ssh.c])
20 20
21AC_CONFIG_HEADER(config.h) 21AC_CONFIG_HEADER(config.h)
@@ -1300,6 +1300,7 @@ AC_CHECK_FUNCS( \
1300 strtonum \ 1300 strtonum \
1301 strtoll \ 1301 strtoll \
1302 strtoul \ 1302 strtoul \
1303 swap32 \
1303 sysconf \ 1304 sysconf \
1304 tcgetpgrp \ 1305 tcgetpgrp \
1305 truncate \ 1306 truncate \