unkow parameter fix.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2784 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
pontscho 2001-11-09 13:20:17 +00:00
parent 9c2e035516
commit 9c5e73182e
1 changed files with 3 additions and 0 deletions

3
configure vendored
View File

@ -1601,6 +1601,9 @@ for ac_option do
;;
--as=*)
;;
*)
die "Unknow parameter: $ac_option"
;;
esac
done