configure: do not force AltiVec on everything

Fixes Debian #842513.
This commit is contained in:
Rémi Denis-Courmont 2022-05-17 17:35:36 +03:00 committed by Hugo Beauzée-Luyssen
parent bcbbefbf9d
commit 5a236388de
1 changed files with 0 additions and 1 deletions

View File

@ -1678,7 +1678,6 @@ AS_IF([test "${enable_altivec}" = "yes"], [
])
VLC_RESTORE_FLAGS
AS_IF([test "${ac_cv_c_altivec}" != "no"], [
CPPFLAGS="${CPPFLAGS} ${ac_cv_c_altivec}"
have_altivec="yes"
])
AC_CHECK_HEADERS([altivec.h])