# HG changeset patch # User diego # Date 1245713713 0 # Node ID 02eecbea7797a13d968235fd50b16dc48c7add2b # Parent fdfef2b3dc2422c0fd83c4b9b365d732f35edee4 Do not use -rdynamic on Solaris, where the flag is unsupported. patch by Niklas Edmundsson, nikke acc.umu se, Bugzilla #1496 diff -r fdfef2b3dc24 -r 02eecbea7797 configure --- 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