plugins: Don't link with -rdynamic on Windows

This commit is contained in:
Martin Willi
2014-06-04 15:53:02 +02:00
parent 110e42361e
commit 4163421f91
132 changed files with 133 additions and 134 deletions
+1 -1
View File
@@ -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])