Mercurial > mplayer.hg
changeset 12191:60a5e538baf9
-rdynamic is not supported on Win32. Both _xanim and _real set it, so both
should check for Win32.
author | diego |
---|---|
date | Tue, 13 Apr 2004 12:19:10 +0000 |
parents | 4e621a212d26 |
children | d16b2d48edd0 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Tue Apr 13 11:22:37 2004 +0000 +++ b/configure Tue Apr 13 12:19:10 2004 +0000 @@ -5800,8 +5800,7 @@ # (FIXME: 'echocheck "dynamic linking"' above and modify here accordingly) _ld_dl_dynamic='' bsd && _ld_dl_dynamic='-rdynamic' -test "$_xanim" = yes && _ld_dl_dynamic='-rdynamic' -if test "$_real" = yes && not win32 ; then +if test "$_real" = yes || test "$_xanim" = yes && not win32 ; then _ld_dl_dynamic='-rdynamic' fi