From b7c1279471861606b4a03fa676ca589986d1c678 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Wed, 1 May 2013 13:00:26 +0200 Subject: [PATCH] configure: remove argument for --build-32bit-win It's an enable type option, just remove the argument. Signed-off-by: Jens Axboe --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 7be8789f..5939bed7 100755 --- a/configure +++ b/configure @@ -148,7 +148,7 @@ for opt do ;; --extra-cflags=*) CFLAGS="$CFLAGS $optarg" ;; - --build-32bit-win=*) build_32bit_win="$optarg" + --build-32bit-win) build_32bit_win="yes" ;; --enable-gfio) gfio="yes" @@ -167,7 +167,7 @@ if test "$show_help" = "yes" ; then echo "--cpu= Specify target CPU if auto-detect fails" 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" + echo "--build-32bit-win Enable 32-bit build on Windows" echo "--enable-gfio Enable building of gtk gfio" exit $exit_val fi -- 2.25.1