aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2021-03-25 22:07:41 -0700
committerAndrew Waterman <andrew@sifive.com>2021-03-25 22:07:41 -0700
commit2132af1f533d95a6ed914005c02785236158f27c (patch)
tree146243ba820fc3c2999597bf565559855a5dfc40 /configure
parent4403faee253339c88d077abf6ef7539febad3e30 (diff)
downloadriscv-isa-sim-2132af1f533d95a6ed914005c02785236158f27c.zip
riscv-isa-sim-2132af1f533d95a6ed914005c02785236158f27c.tar.gz
riscv-isa-sim-2132af1f533d95a6ed914005c02785236158f27c.tar.bz2
Fix statx configure check
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 31baaa5..79661e7 100755
--- a/configure
+++ b/configure
@@ -4756,8 +4756,8 @@ else
fi
-ac_fn_cxx_check_member "$LINENO" "struct statx" "ino" "ac_cv_member_struct_statx_ino" "$ac_includes_default"
-if test "x$ac_cv_member_struct_statx_ino" = xyes; then :
+ac_fn_cxx_check_member "$LINENO" "struct statx" "stx_ino" "ac_cv_member_struct_statx_stx_ino" "$ac_includes_default"
+if test "x$ac_cv_member_struct_statx_stx_ino" = xyes; then :
cat >>confdefs.h <<_ACEOF
#define HAVE_STATX 1