diff --git a/configure b/configure index 9936441038..3e6ad5c2d4 100755 --- a/configure +++ b/configure @@ -1601,6 +1601,9 @@ for ac_option do ;; --as=*) ;; + *) + die "Unknow parameter: $ac_option" + ;; esac done