X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=configure;h=e886bdc8c0705c4a7e2a69fd162977b49e64ae46;hp=a7d82be06b3c886550a77c34636c539895bc6b16;hb=cffe80a41cbf9b26446c803177a27f7695f94a31;hpb=6308ef297145e73add65ba86bfdbeaf967957d1f diff --git a/configure b/configure index a7d82be0..e886bdc8 100755 --- a/configure +++ b/configure @@ -142,7 +142,7 @@ check_min_lib_version() { fi : "${_feature:=${1}}" if "${cross_prefix}"pkg-config --version > /dev/null 2>&1; then - if eval "echo \$$_feature" = "yes" ; then + if test "$(eval echo \"\$$_feature\")" = "yes" ; then feature_not_found "$_feature" "$1 >= $2" fi else