Mercurial > mplayer.hg
changeset 29337:02eecbea7797
Do not use -rdynamic on Solaris, where the flag is unsupported.
patch by Niklas Edmundsson, nikke acc.umu se, Bugzilla #1496
author | diego |
---|---|
date | Mon, 22 Jun 2009 23:35:13 +0000 |
parents | fdfef2b3dc24 |
children | dc46f6bc4610 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sun Jun 21 10:55:41 2009 +0000 +++ b/configure Mon Jun 22 23:35:13 2009 +0000 @@ -7954,7 +7954,7 @@ # (FIXME: 'echocheck "dynamic linking"' above and modify here accordingly) _ld_dl_dynamic='' freebsd || netbsd || openbsd || dragonfly || bsdos && _ld_dl_dynamic='-rdynamic' -if test "$_real" = yes || test "$_xanim" = yes && ! win32 && ! qnx && ! darwin && ! os2 ; then +if test "$_real" = yes || test "$_xanim" = yes && ! win32 && ! qnx && ! darwin && ! os2 && ! sunos; then _ld_dl_dynamic='-rdynamic' fi