diff --git a/configure b/configure index 9ce7c34..5dfc60f 100755 --- a/configure +++ b/configure @@ -38,7 +38,7 @@ for i in $@; do --cross) feat_cross=true ;; - --target=) + --target=*) target="`echo $i | cut -d= -f2`" ;; --enable-*|--disable-*)