totem r5551 - trunk
- From: gdartigu svn gnome org
- To: svn-commits-list gnome org
- Subject: totem r5551 - trunk
- Date: Wed, 13 Aug 2008 22:49:19 +0000 (UTC)
Author: gdartigu
Date: Wed Aug 13 22:49:19 2008
New Revision: 5551
URL: http://svn.gnome.org/viewvc/totem?rev=5551&view=rev
Log:
2008-08-14 Gilles Dartiguelongue <gdartigu svn gnome org>
* configure.in: allow browser plugins to be installed
somewhere else than in ${libdir}/mozilla/plugins.
(Closes: #547688)
Modified:
trunk/ChangeLog
trunk/configure.in
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Wed Aug 13 22:49:19 2008
@@ -638,7 +638,7 @@
if test "$enable_browser_plugins" = "yes" ; then
AC_DEFINE([ENABLE_BROWSER_PLUGINS],[1],[Define to build the browser plugin])
- BROWSER_PLUGIN_DIR="\${libdir}/mozilla/plugins"
+ BROWSER_PLUGIN_DIR="${BROWSER_PLUGIN_DIR:-"\${libdir}/mozilla/plugins"}"
AC_ARG_VAR([BROWSER_PLUGIN_DIR],[Where to install the plugin to])
PKG_CHECK_MODULES([BROWSER_PLUGIN],
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]