Commit 17ac4bd5 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Don't use p_symbols with libtool

(this commit obviously breaks binary compatibility - clear your plugins)
parent 0640b738
...@@ -5216,7 +5216,7 @@ dnl ...@@ -5216,7 +5216,7 @@ dnl
AS_IF([test "x${enable_shared_libvlc}" = "x"], [enable_shared_libvlc=no]) AS_IF([test "x${enable_shared_libvlc}" = "x"], [enable_shared_libvlc=no])
AM_CONDITIONAL(BUILD_SHARED, [test "${enable_shared_libvlc}" != "no"]) AM_CONDITIONAL(BUILD_SHARED, [test "${enable_shared_libvlc}" != "no"])
AM_CONDITIONAL(BUILD_PIC, [test "${build_pic}" = "yes" -o "${enable_shared_libvlc}" != "no"] ) AM_CONDITIONAL(BUILD_PIC, [test "${build_pic}" = "yes" -o "${enable_shared_libvlc}" != "no"] )
AS_IF([test "${enable_shared_libvlc}" != "no"], [ AS_IF([test "${enable_shared_libvlc}" != "no" || test "${enable_libtool}" != "no"], [
AC_DEFINE(HAVE_SHARED_LIBVLC, 1, [Define to 1 if libvlc is built as a shared library.]) AC_DEFINE(HAVE_SHARED_LIBVLC, 1, [Define to 1 if libvlc is built as a shared library.])
]) ])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment