diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-12-05 10:52:45 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-12-05 10:52:45 +0000 |
| commit | 7c6c191483b14533eafd53efb04e4fe66672d543 (patch) | |
| tree | 5fb2084eae43b97ed792caf668067d9dc9cb56ec | |
| parent | bb5496d546546c98b8b808253aaf74fa49695949 (diff) | |
| download | s6-rc-7c6c191483b14533eafd53efb04e4fe66672d543.tar.gz | |
fix --enable-cross
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -182,7 +182,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= ;; --livedir=*) livedir=${arg#*=} ;; --enable-*|--disable-*|--with-*|--without-*|--*dir=*|--build=*) ;; |
