diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -471,7 +471,7 @@ else cat >> $compat_h << EOF EOF fi -if test "$glibc_statx" = "no" && "$statx" = "yes"; then +if [ "$glibc_statx" = "no" ] && [ "$statx" = "yes" ]; then cat >> $compat_h << EOF #include <sys/stat.h> |