summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure b/configure
index 9746d0b432..8cda6d4b4e 100755
--- a/configure
+++ b/configure
@@ -5800,8 +5800,7 @@ fi
# (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