aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c3b788d..1a358a0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ if test $ARCH == Linux;
then
PD_INCLUDE_DIR=$prefix/pd/src
LIBNAME=creb.pd_linux
- LIBFLAGS="-export_dynamic -shared"
+ LIBFLAGS="-rdynamic -shared"
echo "Linux"
elif test $ARCH == Darwin;