[vlc-commits] configure: remove reference to nonexistent $ac_cv_c_altivec_abi

Rémi Denis-Courmont git at videolan.org
Tue Nov 1 15:50:34 CET 2016


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Nov  1 16:49:03 2016 +0200| [a9a94b22384fdf19d6af1493e6291f15fde671a3] | committer: Rémi Denis-Courmont

configure: remove reference to nonexistent $ac_cv_c_altivec_abi

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a9a94b22384fdf19d6af1493e6291f15fde671a3
---

 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 80dda18..c8900d2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1518,8 +1518,8 @@ AS_IF([test "${enable_altivec}" = "yes"], [
     CPPFLAGS="${CPPFLAGS} ${ac_cv_c_altivec}"
     AC_DEFINE(CAN_COMPILE_C_ALTIVEC, 1, [Define to 1 if C AltiVec extensions are available.])
     VLC_ADD_CFLAGS([libvlccore],[${ac_cv_c_altivec}])
-    ALTIVEC_CFLAGS="$ALTIVEC_CFLAGS ${ac_cv_c_altivec} ${ac_cv_c_altivec_abi}"
-    VLC_ADD_CFLAGS([deinterlace],[${ac_cv_c_altivec} ${ac_cv_c_altivec_abi}])
+    ALTIVEC_CFLAGS="$ALTIVEC_CFLAGS ${ac_cv_c_altivec}"
+    VLC_ADD_CFLAGS([deinterlace],[${ac_cv_c_altivec}])
     have_altivec="yes"
   ])
   AC_CHECK_HEADERS(altivec.h)



More information about the vlc-commits mailing list