From 63fbd3d87258a22cc1fefd46018b6e6e6cc99767 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 10 Jul 2023 22:45:30 +0000 Subject: Move configure line out of the way Signed-off-by: Laurent Bercot --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index c45c42a..b8d05df 100755 --- a/configure +++ b/configure @@ -191,9 +191,9 @@ for arg ; do --enable-absolute-paths|--enable-absolute-paths=yes) abspath=true ;; --disable-absolute-paths|--enable-absolute-paths=no) abspath=false ;; --enable-*|--disable-*|--with-*|--without-*|--*dir=*) ;; + --with-tmpdir=*) tmpdir=${arg#*=} ;; --host=*|--target=*) target=${arg#*=} ;; --build=*) build=${arg#*=} ;; - --with-tmpdir=*) tmpdir=${arg#*=} ;; -* ) echo "$0: unknown option $arg" ;; *=*) eval "$arg" ;; *) target=$arg ;; -- cgit 1.4.1