summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure b/configure
index a6e7c05254..9746d0b432 100755
--- a/configure
+++ b/configure
@@ -5801,7 +5801,9 @@ fi
_ld_dl_dynamic=''
bsd && _ld_dl_dynamic='-rdynamic'
test "$_xanim" = yes && _ld_dl_dynamic='-rdynamic'
-test "$_real" = yes && _ld_dl_dynamic='-rdynamic'
+if test "$_real" = yes && not win32 ; then
+ _ld_dl_dynamic='-rdynamic'
+fi
_ld_arch="$_ld_arch $_ld_pthread $_ld_dl $_ld_dl_dynamic"
bsdos && _ld_arch="$_ld_arch -ldvd"