From: Bruce Cran Date: Tue, 5 Feb 2013 17:44:19 +0000 (+0000) Subject: Add --build-32bit-win switch to configure --help output. X-Git-Tag: fio-2.0.14~33 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=723d7b34839f460839158b207ce2d3b28e17f31c Add --build-32bit-win switch to configure --help output. Signed-off-by: Jens Axboe --- diff --git a/configure b/configure index c0114367..258c8050 100755 --- 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