1 diff --git a/configure b/configure
2 index f152cf9..7d6112c 100755
5 @@ -168,6 +168,10 @@ for opt do
7 --help|-h) show_help="yes"
9 + # crosstargeting support is handicap (and autotools support in general
10 + # so just giveup and passthru
11 + --build=*|--host=*|--target=*|--datadir=*|--sysconfdir=*|--localstatedir=*)
13 *) echo "configure: WARNING: unrecognized option $opt"