summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2010-02-23 15:18:48 +0100
committersb <sb@openoffice.org>2010-02-23 15:18:48 +0100
commit743eff74faa3caa801e0cedcdefd8ecd975d63ba (patch)
treed641b2c92b9012c64bfa994acfe95e2caf47cd9f /configure
parent82cd52a7b60a8aed78c8fdae9b5c0c1070013d05 (diff)
sb118: on Windows, pass OOO_JUNIT_JAR through cygpath
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index cc6ef0acf59b..914db32ad674 100755
--- a/configure
+++ b/configure
@@ -29317,6 +29317,9 @@ $as_echo_n "checking for JUnit 4... " >&6; }
else
OOO_JUNIT_JAR=$with_junit
fi
+ if test "$_os" = "WINNT"; then
+ OOO_JUNIT_JAR=`cygpath -m "$OOO_JUNIT_JAR"`
+ fi
"$JAVA_HOME/bin/jar" tf "$OOO_JUNIT_JAR" 2>&5 | \
grep org/junit/Before.class > /dev/null 2>&5
if test $? -eq 0; then