Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 528182
Collapse All | Expand All

(-)totem-3.12.1.orig/configure.ac (-1 / +3 lines)
Lines 465-471 Link Here
465
if test "$enable_browser_plugins" = "yes" ; then
465
if test "$enable_browser_plugins" = "yes" ; then
466
	AC_DEFINE([ENABLE_BROWSER_PLUGINS],[1],[Define to build the browser plugin])
466
	AC_DEFINE([ENABLE_BROWSER_PLUGINS],[1],[Define to build the browser plugin])
467
467
468
	BROWSER_PLUGIN_DIR="${BROWSER_PLUGIN_DIR:-"\${libdir}/mozilla/plugins"}"
468
	if test -z "${BROWSER_PLUGIN_DIR}"; then
469
		BROWSER_PLUGIN_DIR="\${libdir}/mozilla/plugins"
470
	fi
469
	AC_ARG_VAR([BROWSER_PLUGIN_DIR],[Where to install the plugin to])
471
	AC_ARG_VAR([BROWSER_PLUGIN_DIR],[Where to install the plugin to])
470
472
471
	PKG_CHECK_MODULES([BROWSER_PLUGIN],
473
	PKG_CHECK_MODULES([BROWSER_PLUGIN],

Return to bug 528182