aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index 2d9b228b..47d5f18d 100755
--- a/configure
+++ b/configure
@@ -10086,6 +10086,10 @@ fi
$as_echo "#define DYNAMIC 1" >>confdefs.h
+ if uname | $EGREP -i 'linux|freebsd' > /dev/null
+ then
+ LDFLAGS="$LDFLAGS -export-dynamic"
+ fi
fi
fi