diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-05-18 15:49:31 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-05-18 15:49:31 +0000 |
commit | ed2e3a2199f6ee39ab7c85923d9746a711b65f6c (patch) | |
tree | f34e55614e68bdfd8669afc47cc8ee9c2b062b31 | |
parent | 96bd17e550a3a512314e3b11c62f7077dbc5af12 (diff) |
10l: Add missing parentheses in AltiVec test logic.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26807 b3059339-0415-0410-9bf9-f77b7e298cf2
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2424,7 +2424,7 @@ int main(void) { return 0; } EOF cc_check -maltivec -mabi=altivec \ && _altivec_gcc_flags="-maltivec -mabi=altivec" \ - || cc_check -faltivec && _altivec_gcc_flags=-faltivec \ + || ( cc_check -faltivec && _altivec_gcc_flags=-faltivec ) \ || _altivec=no echores "$_altivec_gcc_flags" |