aboutsummaryrefslogtreecommitdiff
path: root/multimedia/totem/files/patch-configure
blob: 4c6a3519cdb4e30139ddffbca5e627bb732932f1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- configure.orig	2010-10-10 12:15:41.000000000 -0400
+++ configure	2010-10-10 12:18:12.000000000 -0400
@@ -18343,7 +18343,7 @@ for good_element in gconfaudiosink gconf
 do
 	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking GStreamer 0.10 $good_element plugin" >&5
 $as_echo_n "checking GStreamer 0.10 $good_element plugin... " >&6; }
-	if $gst010_inspect $good_element >/dev/null 2>/dev/null; then
+	if dbus-launch $gst010_inspect $good_element >/dev/null 2>/dev/null; then
 		{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 $as_echo "yes" >&6; }
 	else
@@ -21139,7 +21139,9 @@ if test "$enable_browser_plugins" = "yes
 $as_echo "#define ENABLE_BROWSER_PLUGINS 1" >>confdefs.h
 
 
+if [ -z "${BROWSER_PLUGIN_DIR}" ]; then
 	BROWSER_PLUGIN_DIR="${BROWSER_PLUGIN_DIR:-"\${libdir}/mozilla/plugins"}"
+fi