Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
ffc3180d
Commit
ffc3180d
authored
Nov 11, 2007
by
Pierre d'Herbemont
Browse files
configure.ac: Fix Mac OS X 10.4 support (Reported by Enrique Osuna).
parent
07c7cdcb
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
ffc3180d
...
...
@@ -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,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment