aboutsummaryrefslogtreecommitdiffstats
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 33aee4cc0..754b49281 100644
--- a/configure.ac
+++ b/configure.ac
@@ -734,7 +734,7 @@ AC_COMPILE_IFELSE(
#endif
]])],
[AC_MSG_RESULT([yes]); windows=true ],
- [AC_MSG_RESULT([no])]
+ [AC_MSG_RESULT([no]); AC_SUBST(PLUGIN_CFLAGS, [-rdynamic])]
)
AM_CONDITIONAL(USE_WINDOWS, [test "x$windows" = xtrue])