aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2014-04-18 15:21:56 +0300
committerArnold D. Robbins <arnold@skeeve.com>2014-04-18 15:21:56 +0300
commit787a601c5eefb6dc49042e2ead2c5bd819f7ff8b (patch)
tree48971220abc17306ba3621785d9d574b28a93ffe /configure
parentf58c712b921b976b43d89dc45c2beaf115b3143e (diff)
downloadegawk-787a601c5eefb6dc49042e2ead2c5bd819f7ff8b.tar.gz
egawk-787a601c5eefb6dc49042e2ead2c5bd819f7ff8b.tar.bz2
egawk-787a601c5eefb6dc49042e2ead2c5bd819f7ff8b.zip
Fix configure.ac to work with PCC (-Wl,-export-dynamic).
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 9d80aee9..31f1bf35 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