]> git.sesse.net Git - vlc/commitdiff
build: fix powerpc detection
authorDominique Leuenberger <dimstar@opensuse.org>
Fri, 9 Aug 2013 18:41:51 +0000 (20:41 +0200)
committerIlkka Ollakka <ileoo@videolan.org>
Thu, 15 Aug 2013 10:52:43 +0000 (13:52 +0300)
Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
configure.ac

index 21a9f89585297ebb98481a29719ef35a20f040db..2b562ae4494f8df36006492e42216565013071e2 100644 (file)
@@ -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"