fixed test for statfs() for BSD systems, not just MacOSX

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12090 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2001-10-19 16:56:53 +00:00
parent d20a079e3a
commit 12232f37d1
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -13712,7 +13712,7 @@ else
#line 13713 "configure"
#include "confdefs.h"
#ifdef __DARWIN__
#ifdef __BSD__
#include <sys/param.h>
#include <sys/mount.h>
#else

View File

@ -2732,7 +2732,7 @@ dnl get the library function to use for wxGetDiskSpace()
AC_CACHE_CHECK(for statfs, wx_cv_func_statfs,
AC_TRY_COMPILE(
[
#ifdef __DARWIN__
#ifdef __BSD__
#include <sys/param.h>
#include <sys/mount.h>
#else