From ed2e3a2199f6ee39ab7c85923d9746a711b65f6c Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 18 May 2008 15:49:31 +0000 Subject: 10l: Add missing parentheses in AltiVec test logic. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26807 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index fbb02c7a1d..b9ef99b936 100755 --- a/configure +++ b/configure @@ -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" -- cgit v1.2.3