blob: 91af140f4c4952b9056855514207027b35aa686d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- configure.orig 2009-03-21 13:56:32.000000000 -0400
+++ configure 2009-03-21 13:57:17.000000000 -0400
@@ -14206,7 +14206,7 @@ $as_echo "$as_me: error: HAL support exp
{ (exit 1); exit 1; }; }
fi
- if test "x$enable_hal" == "xyes"; then
+ if test "x$enable_hal" = "xyes"; then
cat >>confdefs.h <<\_ACEOF
#define HAVE_HAL 1
@@ -20763,7 +20763,7 @@ else
fi
-MOZILLA_PLUGINDIR="${MOZILLA_PLUGINDIR:="\${libdir}/mozilla/plugins"}"
+MOZILLA_PLUGINDIR="${MOZILLA_PLUGINDIR}"
if test x$enable_browser_plugin = xyes; then
|