about summary refs log tree commit diff
path: root/configure
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2015-12-05 10:55:29 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2015-12-05 10:55:29 +0000
commit0bdcd224dc63cf295e1e37e016231105f272922a (patch)
tree9fb5cee0b0b31405f9c9947fc8d1679e73528225 /configure
parent53b91b966541770b29efca475fc49cd0094e05c6 (diff)
downloads6-portable-utils-0bdcd224dc63cf295e1e37e016231105f272922a.tar.gz
s6-portable-utils-0bdcd224dc63cf295e1e37e016231105f272922a.tar.xz
s6-portable-utils-0bdcd224dc63cf295e1e37e016231105f272922a.zip
fix --enable-cross
Diffstat (limited to 'configure')
-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#*=} ;;