From a79e76be8c1fffebf414096ed148008604aa2599 Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 17 Jun 2003 21:46:18 +0000 Subject: 10l fix by Steven M. Schultz git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10298 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'configure') diff --git a/configure b/configure index a27d0eb399..01bb31e926 100755 --- a/configure +++ b/configure @@ -1995,14 +1995,14 @@ cat > $TMPC << EOF #include 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 -- cgit v1.2.3