summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2015-12-05 10:52:45 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2015-12-05 10:52:45 +0000
commit7c6c191483b14533eafd53efb04e4fe66672d543 (patch)
tree5fb2084eae43b97ed792caf668067d9dc9cb56ec
parentbb5496d546546c98b8b808253aaf74fa49695949 (diff)
downloads6-rc-7c6c191483b14533eafd53efb04e4fe66672d543.tar.xz
fix --enable-cross
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 2b9a886..7645a0d 100755
--- a/configure
+++ b/configure
@@ -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=*) ;;