]> git.sesse.net Git - vlc/commitdiff
configure.ac: Fix Mac OS X 10.4 support (Reported by Enrique Osuna).
authorPierre d'Herbemont <pdherbemont@videolan.org>
Sun, 11 Nov 2007 21:03:42 +0000 (21:03 +0000)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Sun, 11 Nov 2007 21:03:42 +0000 (21:03 +0000)
configure.ac

index 649510ae24e99ca617d4e2c4b82ed3270b3ef556..f9206c85abcecd9f723c7f54189b383e266abbe1 100644 (file)
@@ -225,7 +225,7 @@ case "${host_os}" in
         dnl (that bug is about ld being unable to handle
         dnl text relocation)
         save_cflags="$CFLAGS"
-        CFLAGS="$CFLAGS -dynamiclib"
+        CFLAGS="$CFLAGS -dynamiclib -single_module -read_only_reloc suppress"
         AC_TRY_LINK(
             [int a;], [asm("movq _a,%mm0\n");],
             ac_ld_does_not_support_text_reloc=no,