Add --build-32bit-win switch to configure --help output.
authorBruce Cran <bruce@cran.org.uk>
Tue, 5 Feb 2013 17:44:19 +0000 (17:44 +0000)
committerJens Axboe <axboe@kernel.dk>
Tue, 5 Feb 2013 20:17:35 +0000 (21:17 +0100)
Signed-off-by: Jens Axboe <axboe@kernel.dk>
configure

index c0114367b2b1f7b69facb59fac65f7c71db63695..258c805052fcd5450a481a2aa933363a8ae00445 100755 (executable)
--- a/configure
+++ b/configure
@@ -148,6 +148,7 @@ done
 if test "$show_help" = "yes" ; then
   echo "--cc=                  Specify compiler to use"
   echo "--extra-cflags=        Specify extra CFLAGS to pass to compiler"
+  echo "--build-32bit-win=     Specify yes for a 32-bit build on Windows"
   exit $exit_val
 fi