From 12232f37d1c4c8bf97df063bac00f3ac2ab9ba94 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 19 Oct 2001 16:56:53 +0000 Subject: [PATCH 1/1] 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 --- configure | 2 +- configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 209b26649d..abeb192b6e 100755 --- a/configure +++ b/configure @@ -13712,7 +13712,7 @@ else #line 13713 "configure" #include "confdefs.h" - #ifdef __DARWIN__ + #ifdef __BSD__ #include #include #else diff --git a/configure.in b/configure.in index ddc3bbe691..9d836818f6 100644 --- a/configure.in +++ b/configure.in @@ -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 #include #else -- 2.47.2