# HG changeset patch # User diego # Date 1082405373 0 # Node ID ac1d23a37da7f178dac6d209d103dca43d8f95b5 # Parent c3904b8da3e85ae460d80834de27812dedaa9430 QNX does not support -rdynamic. diff -r c3904b8da3e8 -r ac1d23a37da7 configure --- a/configure Mon Apr 19 19:55:37 2004 +0000 +++ b/configure Mon Apr 19 20:09:33 2004 +0000 @@ -5820,7 +5820,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 ; then +if test "$_real" = yes || test "$_xanim" = yes && not win32 && not qnx ; then _ld_dl_dynamic='-rdynamic' fi