summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2015-12-05 10:51:15 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2015-12-05 10:51:15 +0000
commitcc9b534a06add57598b53578ba9ba8460fd61e0b (patch)
tree76e9506364dee4986a0f681bf4ad055602391bc9
parent77d296ef19d276fa2e72e56d0ceebfa779bf48e0 (diff)
downloads6-dns-cc9b534a06add57598b53578ba9ba8460fd61e0b.tar.xz
fix --enable-cross
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 239f3e8..0b38b6a 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#*=} ;;