summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 59b8734e22..3bfa395005 100644
--- a/wscript
+++ b/wscript
@@ -200,7 +200,7 @@ iconv support use --disable-iconv.",
'name': 'bsd-fstatfs',
'desc': "BSD's fstatfs()",
'func': check_statement(['sys/param.h', 'sys/mount.h'],
- 'struct statfs fs; fstatfs(0, &fs)')
+ 'struct statfs fs; fstatfs(0, &fs); fs.f_fstypename')
}, {
'name': 'linux-fstatfs',
'desc': "Linux's fstatfs()",