Mercurial > mplayer.hg
changeset 10297:0b9230d599c5
10l fix by Steven M. Schultz <sms@2BSD.COM>
author | alex |
---|---|
date | Tue, 17 Jun 2003 21:46:18 +0000 |
parents | 6401bb43c955 |
children | 4053e9c22c88 |
files | configure |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Tue Jun 17 16:16:47 2003 +0000 +++ b/configure Tue Jun 17 21:46:18 2003 +0000 @@ -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