commit | 723d7b34839f460839158b207ce2d3b28e17f31c | [log] [tgz] |
---|---|---|
author | Bruce Cran <bruce@cran.org.uk> | Tue Feb 05 17:44:19 2013 +0000 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Feb 05 21:17:35 2013 +0100 |
tree | 2a7f8f3d860a23ad152988cb2b1f6030e97df7fa | |
parent | 03244c1966aa645aa490a5671fdfb2cad41424c7 [diff] [blame] |
Add --build-32bit-win switch to configure --help output. Signed-off-by: Jens Axboe <axboe@kernel.dk>
diff --git a/configure b/configure index c011436..258c805 100755 --- a/configure +++ b/configure
@@ -148,6 +148,7 @@ 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