diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-12-05 10:55:24 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-12-05 10:55:24 +0000 |
commit | cf3da0b32afc1f17b3805858d68d7b2718deff45 (patch) | |
tree | 2040359fb940d1fe824f1a8829dd970ef55fe6e3 /configure | |
parent | ad3780154bc26266d5a4ed71f12b9c603ca3b0ab (diff) | |
download | s6-linux-utils-cf3da0b32afc1f17b3805858d68d7b2718deff45.tar.xz |
fix --enable-cross
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -180,7 +180,7 @@ for arg ; do --enable-slashpackage) sproot= ; slashpackage=true ;; --disable-slashpackage) sproot= ; slashpackage=false ;; --enable-cross=*) cross=${arg#*=} ;; - --enable-cross) cross= ;; + --enable-cross) ;; --disable-cross) cross= ;; --enable-*|--disable-*|--with-*|--without-*|--*dir=*|--build=*) ;; --host=*|--target=*) target=${arg#*=} ;; |