1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-03 01:31:53 +02:00

configure.ac: Fix Mac OS X 10.4 support (Reported by Enrique Osuna).

This commit is contained in:
Pierre d'Herbemont 2007-11-11 21:03:42 +00:00
parent 07c7cdcb21
commit ffc3180d5c

View File

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