From 2639f0560282832563b787a8b180c68739ec2d04 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Wed, 10 Apr 2013 14:41:08 +0200 Subject: [PATCH] configure: gfio wording Signed-off-by: Jens Axboe --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.25.1