From 101030ab14d60497fcba5b1c2866d52fc5ac4780 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:55:27 +0000 Subject: More Solaris fixes Author: jgg Date: 1999-12-10 06:30:42 GMT More Solaris fixes --- configure.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 7387a48bd..6c8a1dc03 100644 --- a/configure.in +++ b/configure.in @@ -94,6 +94,10 @@ AC_CACHE_CHECK([for C9x integer types],c9x_ints,[ [uint8_t Foo1;uint16_t Foo2;uint32_t Foo3;uint64_t Foo], c9x_ints=yes,c9x_ints=no)]) +dnl Single Unix Spec statvfs +AC_CHECK_FUNC(statvfs) +AC_SUBST(HAVE_STATVFS) + dnl Check the sizes etc. of the architecture changequote(,) if archline="`grep \"^$archset\" $srcdir/buildlib/sizetable | cut -f 2- -d ' '`";then -- cgit v1.2.3-70-g09d2