X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=configure;h=3558bf48e9a52752c74fd7ce8a6a20a26fd9c829;hp=9cdfc4984e33cb768b4b477d94253b0be52e70a3;hb=c7165b8dc2b5e6c72ac79d9979cc8971f2eeac30;hpb=67bf982340d95ca98098ea050b54b4c7adb116c0 diff --git a/configure b/configure index 9cdfc498..3558bf48 100755 --- a/configure +++ b/configure @@ -585,7 +585,12 @@ int main(int argc, char **argv) return ioctl(0, EXT4_IOC_MOVE_EXT, &me); } EOF -if compile_prog "" "" "ext4 move extent"; then +if compile_prog "" "" "ext4 move extent" ; then + ext4_me="yes" +elif test $targetos = "Linux" ; then + # On Linux, just default to it on and let it error at runtime if we really + # don't have it. None of my updated systems have it defined, but it does + # work. Takes a while to bubble back. ext4_me="yes" fi echo "EXT4 move extent $ext4_me"