[Mplayer-cvslog] CVS: main configure,1.727,1.728

Alex Beregszaszi alex at mplayerhq.hu
Tue Jun 17 23:46:50 CEST 2003


Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv24042

Modified Files:
	configure 
Log Message:
10l fix by Steven M. Schultz <sms at 2BSD.COM>

Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.727
retrieving revision 1.728
diff -u -r1.727 -r1.728
--- configure	17 Jun 2003 16:16:47 -0000	1.727
+++ configure	17 Jun 2003 21:46:18 -0000	1.728
@@ -1995,14 +1995,14 @@
 #include <altivec.h>
 int main(void) { return 0; }
 EOF
-_altivec=no
-cc_check && _altivec=yes
-if test "$_altivec" = yes ; then
+_have_altivec_h=no
+cc_check && _have_altivec_h=yes
+if test "$_have_altivec_h" = yes ; then
   _def_altivec_h='#define HAVE_ALTIVEC_H 1'
 else
   _def_altivec_h='#undef HAVE_ALTIVEC_H'
 fi
-echores "$_altivec"
+echores "$_have_altivec_h"
 else
   _def_altivec_h='#undef HAVE_ALTIVEC_H'
 fi



More information about the MPlayer-cvslog mailing list