X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=configure;h=4b71afd6571fe39fe407f07feeeb74d7bc9564b7;hb=8f91cc3f7835cdca84944d456e1da77d44a7c354;hp=1ca461dd739d3cd27b142b214dbdca34f0ce2d7d;hpb=22f80458a520d0c5371c64bf91d24cdd21dff825;p=fio.git diff --git a/configure b/configure index 1ca461dd..4b71afd6 100755 --- a/configure +++ b/configure @@ -955,7 +955,7 @@ fi echo "__thread $tls_thread" ########################################## -# Whether or not __thread is supported for TLS +# Check if we have required gtk/glib support for gfio if test "$gfio" = "yes" ; then cat > $TMPC << EOF #include @@ -995,7 +995,7 @@ else fi fi -echo "gfio $gfio" +echo "gtk 2.18 or higher $gfio" # Check whether we have getrusage(RUSAGE_THREAD) rusage_thread="no"