[vlc-commits] fix OSX architecture detection for i386
Rafaël Carré
git at videolan.org
Wed Nov 30 01:21:18 CET 2011
vlc/vlc-1.2 | branch: master | Rafaël Carré <funman at videolan.org> | Tue Nov 29 01:11:22 2011 -0500| [beb3dbfba088b27740d0e005f76f0bff5f78a4a7] | committer: Jean-Baptiste Kempf
fix OSX architecture detection for i386
(cherry picked from commit 0fea656392deea18a30da3a76ff8141c58dd1a09)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.2.git/?a=commit;h=beb3dbfba088b27740d0e005f76f0bff5f78a4a7
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 14c7c78..58c8ce3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -135,7 +135,7 @@ case "${host_os}" in
dnl Force gcc "-arch" flag
ARCH_flag=""
case "${host}" in
- i386*)
+ i?86*)
ARCH_flag="-arch i386"
;;
ppc64*)
More information about the vlc-commits
mailing list