# HG changeset patch # User diego # Date 1134493267 0 # Node ID db14e1c61001017a41f7d6f7b1c4bd2ce91d58a6 # Parent 99bc4e21944859371f1762230c932ca00affd1f7 Darwin does not support -rdynamic. patch by Emanuele Giaquinta < emanuele . . . giaquinta . @ . gmail . . . com > diff -r 99bc4e219448 -r db14e1c61001 configure --- 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