summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2015-12-05 10:49:45 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2015-12-05 10:49:45 +0000
commitfac9d421734cfa5a4d2dd115366619e6bb42eebe (patch)
tree69528483fda4624fdeaa9707d3282515400b4813 /configure
parent1798f3107aea408deef3235fa66597da8b132d95 (diff)
downloadexecline-fac9d421734cfa5a4d2dd115366619e6bb42eebe.tar.xz
fix --enable-cross
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index e124c93..0c43f32 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#*=} ;;