summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2014-01-17 18:10:58 +1100
committerDarren Tucker <dtucker@zip.com.au>2014-01-17 18:10:58 +1100
commita5cf1e220def07290260e4125e74f41ac75cf88d (patch)
tree990b73a34c1f425de38cccf83e2aa386ec7a6af1 /configure.ac
parent1357d71d7b6d269969520aaa3e84d312ec971d5b (diff)
downloadopenssh-git-a5cf1e220def07290260e4125e74f41ac75cf88d.tar.gz
- (dtucker) [configure.ac openbsd-compat/bsd-statvfs.c
openbsd-compat/bsd-statvfs.h] Implement enough of statvfs on top of statfs to be useful (and for the regression tests to pass) on platforms that have statfs and fstatfs. ok djm@
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 2ac3afa3..c97e12f3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-# $Id: configure.ac,v 1.551 2014/01/17 06:32:30 dtucker Exp $
+# $Id: configure.ac,v 1.552 2014/01/17 07:10:58 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.551 $)
+AC_REVISION($Revision: 1.552 $)
AC_CONFIG_SRCDIR([ssh.c])
AC_LANG([C])
@@ -1585,6 +1585,7 @@ AC_CHECK_FUNCS([ \
fchmod \
fchown \
freeaddrinfo \
+ fstatfs \
fstatvfs \
futimes \
getaddrinfo \