configure: add help
authorJens Axboe <axboe@kernel.dk>
Thu, 24 Jan 2013 17:27:26 +0000 (10:27 -0700)
committerJens Axboe <axboe@kernel.dk>
Thu, 24 Jan 2013 17:27:26 +0000 (10:27 -0700)
Signed-off-by: Jens Axboe <axboe@kernel.dk>
configure

index 09e985e06ca196da01cdaae15c363fa02f8f48c4..9273449233b0bc8553debfb7fa9d97b29d85a501 100755 (executable)
--- a/configure
+++ b/configure
@@ -115,6 +115,11 @@ for opt do
   --enable-gfio)
     gfio="yes"
     ;;
+  --help)
+    echo "--cc=                  Specify compiler to use"
+    echo "--enable-gfio          Enable building of gtk gfio"
+    exit 0
+    ;;
   *)
   echo "Bad option $opt"
   exit 1