Skip to content

Commit

Permalink
build: fix powerpc detection
Browse files Browse the repository at this point in the history
Signed-off-by: Ilkka Ollakka <[email protected]>
  • Loading branch information
DimStar77 authored and ilkka-ollakka committed Aug 15, 2013
1 parent c6f70c9 commit 84fd16d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -1374,7 +1374,7 @@ AM_CONDITIONAL(HAVE_NEON, [test "${ac_cv_arm_neon}" = "yes"])
AC_ARG_ENABLE(altivec,
[AS_HELP_STRING([--disable-altivec],
[disable AltiVec optimizations (default auto)])],, [
AS_CASE("${host_cpu}", "powerpc*",
AS_CASE("${host_cpu}", [powerpc*],
[enable_altivec=yes], [enable_altivec=no])
])
have_altivec="no"
Expand Down

0 comments on commit 84fd16d

Please sign in to comment.