[Rhythmbox-devel] [PATCH] Enable configure to work on Dash in addition to Bash.



A small fix for users with /bin/sh as a symlink to dash.

---
 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 3644d32..3778bf5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -711,7 +711,7 @@ AC_ARG_ENABLE([browser-plugin],
 	[AS_HELP_STRING([--enable-browser-plugin],[compile the iTunes detection browser plugin])],
 	[],[enable_browser_plugin=yes])
 
-MOZILLA_PLUGINDIR="${MOZILLA_PLUGINDIR:="\${libdir}/mozilla/plugins"}"
+MOZILLA_PLUGINDIR=${MOZILLA_PLUGINDIR:-'${libdir}/mozilla/plugins'}
 AC_ARG_VAR([MOZILLA_PLUGINDIR],[Where to install the browser plugin to])
 
 AM_CONDITIONAL([ENABLE_BROWSER_PLUGIN], test x$enable_browser_plugin = xyes)
-- 
1.7.10.rc4.dirty



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]