0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

avoid using stale parameters for compilation if an error ocurred in configure

(think of ./configure <...> && make)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8144 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
pl 2002-11-11 01:11:58 +00:00
parent e432485724
commit 323af4af4b

2
configure vendored
View File

@ -1313,7 +1313,7 @@ for ac_option do
*)
echo "Unknown parameter: $ac_option"
exit
exit 1
;;
esac