]> git.sesse.net Git - vlc/commitdiff
configure.ac: Fix a typo in my previous commit.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Sun, 11 Nov 2007 21:09:55 +0000 (21:09 +0000)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Sun, 11 Nov 2007 21:09:55 +0000 (21:09 +0000)
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,