From: Jens Axboe Date: Wed, 10 Apr 2013 12:41:08 +0000 (+0200) Subject: configure: gfio wording X-Git-Tag: fio-2.1~57^2~2 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=2639f0560282832563b787a8b180c68739ec2d04 configure: gfio wording Signed-off-by: Jens Axboe --- 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"