aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2014-04-18 15:22:34 +0300
committerArnold D. Robbins <arnold@skeeve.com>2014-04-18 15:22:34 +0300
commit6afaf0a27a5b9429c74fcbfb505a6d047a0c5d94 (patch)
tree404ab050b2dee9587857ab5df37161ee622ea113 /configure
parenta0bc08515ee5a7b9cebc377d42d775b86aa48c77 (diff)
parent787a601c5eefb6dc49042e2ead2c5bd819f7ff8b (diff)
downloadegawk-6afaf0a27a5b9429c74fcbfb505a6d047a0c5d94.tar.gz
egawk-6afaf0a27a5b9429c74fcbfb505a6d047a0c5d94.tar.bz2
egawk-6afaf0a27a5b9429c74fcbfb505a6d047a0c5d94.zip
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 078920ae..4dc9ce8d 100755
--- a/configure
+++ b/configure
@@ -10151,7 +10151,7 @@ $as_echo "#define DYNAMIC 1" >>confdefs.h
if test "$GCC" = yes; then
case $host_os in
linux*|freebsd*)
- LDFLAGS="$LDFLAGS -export-dynamic"
+ LDFLAGS="$LDFLAGS -Wl,-export-dynamic"
;;
esac
fi