[vlc-commits] build: fix powerpc detection
    Dominique Leuenberger 
    git at videolan.org
       
    Thu Aug 15 15:51:19 CEST 2013
    
    
  
vlc/vlc-2.1 | branch: master | Dominique Leuenberger <dimstar at opensuse.org> | Fri Aug  9 20:41:51 2013 +0200| [335335cb654a6cc433985d5456c995c6546aae83] | committer: Jean-Baptiste Kempf
build: fix powerpc detection
Signed-off-by: Ilkka Ollakka <ileoo at videolan.org>
(cherry picked from commit 84fd16d63cffc0c83baf985df5e4da6c5deebd56)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.1.git/?a=commit;h=335335cb654a6cc433985d5456c995c6546aae83
---
 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 46b95bf..4cfe36a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1371,7 +1371,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"
    
    
More information about the vlc-commits
mailing list