summaryrefslogtreecommitdiff
path: root/config_office
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-05-31 15:33:45 +0000
committerKurt Zenker <kz@openoffice.org>2005-05-31 15:33:45 +0000
commit714bd9249dd3454610676d6304a52ce1435128de (patch)
tree62b6b7e65432cb3aacff00ec30e0d6f2e932877f /config_office
parent236e9f734ed781070bffefc01d16ec2b842002d5 (diff)
INTEGRATION: CWS freebsd03 (1.99.2); FILE MERGED
2005/05/25 02:54:56 maho 1.99.2.1: configure/configure.in contains ==, which is bash's extention; replace from == to = Issue number: #i49678#
Diffstat (limited to 'config_office')
-rwxr-xr-xconfig_office/configure8
1 files changed, 4 insertions, 4 deletions
diff --git a/config_office/configure b/config_office/configure
index 08d9bdedf905..0cf1344f5e49 100755
--- a/config_office/configure
+++ b/config_office/configure
@@ -6749,7 +6749,7 @@ else
fi
if test "$SOLAR_JAVA" != ""; then
- if test "$JDK" == "gcj"; then
+ if test "$JDK" = "gcj"; then
javacompiler=`echo $WITH_JAVA | $SED -e "s/gij/gcj/g" | $SED -e "s/java/javac/g"`
else
javacompiler="javac"
@@ -6951,7 +6951,7 @@ echo "$as_me: WARNING: in case JAVA_HOME is incorrectly set, some projects with
fi
fi
-if test "$JDK" == "gcj"; then
+if test "$JDK" = "gcj"; then
save_CFLAGS=$CFLAGS
CFLAGS="$CFLAGS -I$JAVA_HOME/include"
if test "${ac_cv_header_jni_h+set}" = set; then
@@ -7108,7 +7108,7 @@ fi
-if test "$JDK" == "gcj"; then
+if test "$JDK" = "gcj"; then
javacache=`echo $WITH_JAVA | $SED -e "s/gij/gcj-dbtool/g"`
if test -z "$with_jdk_home"; then
# Extract the first word of "$javacache", so it can be a program name with args.
@@ -11273,7 +11273,7 @@ if test "$BUILD_MOZAB" = "TRUE"; then
if test -z "$MOZILLA_VERSION"; then
MOZILLA_VERSION=1.7.5
fi
- if test "$MOZILLA_VERSION" == "1.7b" ; then
+ if test "$MOZILLA_VERSION" = "1.7b" ; then
MOZILLA_SOURCE_VERSION="mozilla-source-1.7b-source.tar.gz"
else
MOZILLA_SOURCE_VERSION="mozilla-source-${MOZILLA_VERSION}.tar.gz"