]> git.sesse.net Git - vlc/commitdiff
Don't use p_symbols with libtool
authorRémi Denis-Courmont <rem@videolan.org>
Tue, 28 Feb 2006 11:45:22 +0000 (11:45 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Tue, 28 Feb 2006 11:45:22 +0000 (11:45 +0000)
(this commit obviously breaks binary compatibility - clear your plugins)

configure.ac

index 3d7c08a1c32c898745006f0a58a4a721201b5957..2025eeb8d52bfcb7171344f8e2d16645dd7cca1f 100644 (file)
@@ -5216,7 +5216,7 @@ dnl
 AS_IF([test "x${enable_shared_libvlc}" = "x"], [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"] )
-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.])
 ])