summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-01-11 16:54:35 +0100
committerDavid Tardon <dtardon@redhat.com>2012-01-11 17:37:31 +0100
commit38a32dfd832dcd47af2457567c18a6e357bb578a (patch)
treef79cbdf1b0f60a5ecc968895766036016c2b77af
parent368da13a696b870015b8a1d50d82fa97b7097dea (diff)
we need a var. assignment here, not a value
Signed-off-by: David Tardon <dtardon@redhat.com>
-rw-r--r--configure.in3
-rwxr-xr-xdesktop/scripts/soffice.sh.in2
2 files changed, 3 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 40b20eb21bd6..016e4686a7a4 100644
--- a/configure.in
+++ b/configure.in
@@ -3890,8 +3890,9 @@ if test "$_os" = "Linux" && test "$host_cpu" = "powerpc"; then
# IBMs JDK needs this...
JITC_PROCESSOR_TYPE=6
export JITC_PROCESSOR_TYPE
+ JITC_PROCESSOR_TYPE_EXPORT="JITC_PROCESSOR_TYPE=$JITC_PROCESSOR_TYPE"
fi
-AC_SUBST([JITC_PROCESSOR_TYPE])
+AC_SUBST([JITC_PROCESSOR_TYPE_EXPORT])
if test $_os = "WINNT"; then
WITH_VC_REDIST="TRUE"
diff --git a/desktop/scripts/soffice.sh.in b/desktop/scripts/soffice.sh.in
index defd7b23ed6a..2014ab932d58 100755
--- a/desktop/scripts/soffice.sh.in
+++ b/desktop/scripts/soffice.sh.in
@@ -45,7 +45,7 @@ export SAL_ENABLE_FILE_LOCKING
# uncomment line below if you encounter problems starting soffice on your system
# SAL_NO_XINITTHREADS=true; export SAL_NO_XINITTHREADS
-@JITC_PROCESSOR_TYPE@
+@JITC_PROCESSOR_TYPE_EXPORT@
# resolve installation directory
sd_cwd=`pwd`