diff options
author | pl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-11-11 01:11:58 +0000 |
---|---|---|
committer | pl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-11-11 01:11:58 +0000 |
commit | 323af4af4b75d281f8fdd547a515b10f334ca357 (patch) | |
tree | 1977e906d327f8649260d97454f9cfbc9d6560c0 /configure | |
parent | e4324857248fec97b0b2e95c437116640bed96e0 (diff) |
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
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1313,7 +1313,7 @@ for ac_option do *) echo "Unknown parameter: $ac_option" - exit + exit 1 ;; esac |