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
1 changed files with 1 additions and 1 deletions

View 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,