Mercurial > mplayer.hg
changeset 17186:db14e1c61001
Darwin does not support -rdynamic.
patch by Emanuele Giaquinta < emanuele . . . giaquinta . @ . gmail . . . com >
author | diego |
---|---|
date | Tue, 13 Dec 2005 17:01:07 +0000 |
parents | 99bc4e219448 |
children | e2b0c2841643 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Tue Dec 13 14:34:59 2005 +0000 +++ b/configure Tue Dec 13 17:01:07 2005 +0000 @@ -6906,7 +6906,7 @@ # (FIXME: 'echocheck "dynamic linking"' above and modify here accordingly) _ld_dl_dynamic='' bsd && _ld_dl_dynamic='-rdynamic' -if test "$_real" = yes || test "$_xanim" = yes && not win32 && not qnx ; then +if test "$_real" = yes || test "$_xanim" = yes && not win32 && not qnx && not darwin ; then _ld_dl_dynamic='-rdynamic' fi