From 723d7b34839f460839158b207ce2d3b28e17f31c Mon Sep 17 00:00:00 2001 From: Bruce Cran Date: Tue, 5 Feb 2013 17:44:19 +0000 Subject: [PATCH] Add --build-32bit-win switch to configure --help output. Signed-off-by: Jens Axboe --- configure | 1 + 1 file changed, 1 insertion(+) 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 -- 2.25.1