aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ff78aa7..3fb5df2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -117,7 +117,7 @@ dnl OK, checks for machines are here now
dnl
if test `uname -s` = Linux;
then
- LFLAGS="-export_dynamic -shared"
+ LFLAGS="--export_dynamic -shared"
CFLAGS="-fPIC $CFLAGS"
EXT=pd_linux
fi