summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2015-12-05 10:55:24 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2015-12-05 10:55:24 +0000
commitcf3da0b32afc1f17b3805858d68d7b2718deff45 (patch)
tree2040359fb940d1fe824f1a8829dd970ef55fe6e3
parentad3780154bc26266d5a4ed71f12b9c603ca3b0ab (diff)
downloads6-linux-utils-cf3da0b32afc1f17b3805858d68d7b2718deff45.tar.xz
fix --enable-cross
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 1fa12db..3378c99 100755
--- a/configure
+++ b/configure
@@ -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#*=} ;;