From e1a3ddf99232292a41abf9699b44250d52687c69 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Fri, 4 May 2012 11:05:45 +1000 Subject: [PATCH] - (dtucker) [configure.ac] Include rather than to fix building on some plaforms. Fom bowman at math utah edu and des at des no. --- ChangeLog | 5 +++++ configure.ac | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5eda2f270..06046bebd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +20120504 + - (dtucker) [configure.ac] Include rather than + to fix building on some plaforms. Fom bowman at math utah edu and + des at des no. + 20120427 - (dtucker) [regress/addrmatch.sh] skip tests when running on a non-ipv6 platform rather than exiting early, so that we still clean up and return diff --git a/configure.ac b/configure.ac index 1457b8a89..6ece6e18b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -# $Id: configure.ac,v 1.489 2012/04/19 11:46:38 djm Exp $ +# $Id: configure.ac,v 1.490 2012/05/04 01:05:45 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.489 $) +AC_REVISION($Revision: 1.490 $) AC_CONFIG_SRCDIR([ssh.c]) AC_LANG([C]) @@ -3234,7 +3234,7 @@ fi AC_MSG_CHECKING([if struct statvfs.f_fsid is integral type]) AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[ -#include +#include #include #ifdef HAVE_SYS_TIME_H # include