]> git.saurik.com Git - wxWidgets.git/blobdiff - configure
fixed test for statfs() for BSD systems, not just MacOSX
[wxWidgets.git] / configure
index 209b26649dcd85a1f136ec90f8d08081c65a7f9f..abeb192b6ec4bfc1c992058b9ae1a2b722745cee 100755 (executable)
--- a/configure
+++ b/configure
@@ -13712,7 +13712,7 @@ else
 #line 13713 "configure"
 #include "confdefs.h"
 
-             #ifdef __DARWIN__
+             #ifdef __BSD__
                #include <sys/param.h>
                #include <sys/mount.h>
              #else