]> git.sesse.net Git - vlc/blobdiff - configure.ac
Fix merge conflicts for src/osd/osd.c
[vlc] / configure.ac
index f9206c85abcecd9f723c7f54189b383e266abbe1..353d83f0042b246880ad11d07d7e176d3434107f 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 -single_module -read_only_reloc suppress"
+        CFLAGS="$CFLAGS -dynamiclib -single_module -read_only_relocs suppress"
         AC_TRY_LINK(
             [int a;], [asm("movq _a,%mm0\n");],
             ac_ld_does_not_support_text_reloc=no,