]> git.sesse.net Git - vlc/commitdiff
m4: enable dolt support for further apple platforms
authorFelix Paul Kühne <fkuehne@videolan.org>
Mon, 8 Oct 2012 13:09:04 +0000 (15:09 +0200)
committerFelix Paul Kühne <fkuehne@videolan.org>
Mon, 8 Oct 2012 13:09:46 +0000 (15:09 +0200)
This allows us to use it on x86_64, ppc and iOS, too.

m4/dolt.m4

index d0fce083a2e59345d8b15fc83f85ada8a0de062f..d14bbe781b6079556f153555fcb70c085e7ca081 100644 (file)
@@ -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*)