[vlc-commits] m4: enable dolt support for further apple platforms
Felix Paul Kühne
git at videolan.org
Mon Oct 8 15:09:44 CEST 2012
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Mon Oct 8 15:09:04 2012 +0200| [16b0b99d80d96cf0ce31507fcc4ac125c4db78da] | committer: Felix Paul Kühne
m4: enable dolt support for further apple platforms
This allows us to use it on x86_64, ppc and iOS, too.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=16b0b99d80d96cf0ce31507fcc4ac125c4db78da
---
m4/dolt.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/m4/dolt.m4 b/m4/dolt.m4
index d0fce08..d14bbe7 100644
--- a/m4/dolt.m4
+++ b/m4/dolt.m4
@@ -26,7 +26,7 @@ case $host in
|amd64-*-freebsd*|i?86-*-freebsd*|ia64-*-freebsd*)
pic_options='-fPIC'
;;
-i?86-apple-darwin*)
+*-apple-darwin*)
pic_options='-fno-common'
;;
*mingw*|*nacl*)
More information about the vlc-commits
mailing list