changeset 12237:ac1d23a37da7

QNX does not support -rdynamic.
author diego
date Mon, 19 Apr 2004 20:09:33 +0000
parents c3904b8da3e8
children a0ddf85bdee0
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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