configure: gfio wording
authorJens Axboe <axboe@kernel.dk>
Wed, 10 Apr 2013 12:41:08 +0000 (14:41 +0200)
committerJens Axboe <axboe@kernel.dk>
Wed, 10 Apr 2013 12:41:08 +0000 (14:41 +0200)
Signed-off-by: Jens Axboe <axboe@kernel.dk>
configure

index 1ca461dd739d3cd27b142b214dbdca34f0ce2d7d..4b71afd6571fe39fe407f07feeeb74d7bc9564b7 100755 (executable)
--- 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 <glib.h>
@@ -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"