To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69892
Issue #|69892
Summary|missing conditional in test for JDK (test "$JAVAINTERP
|RETER")
Component|tools
Version|680m185
Platform|All
URL|
OS/Version|All
Status|NEW
Status whiteboard|
Keywords|
Resolution|
Issue type|DEFECT
Priority|P4
Subcomponent|configure
Assigned to|rene
Reported by|cloph
------- Additional comments from [EMAIL PROTECTED] Tue Sep 26 15:23:18 -0700
2006 -------
configure.in contains:
if test "$SOLAR_JAVA" != ""; then
AC_MSG_CHECKING([the installed JDK])
if test "$JAVAINTERPRETER"; then
dnl java -version sends output to stderr!
if test `$JAVAINTERPRETER -version 2>&1 | grep -c "Kaffe"` -gt 0; then
test "$JAVAINTERPRETER" is missing the conditional.
If you want to check for empty string, then specify -z. If you want to check
whether it is executable, then specify -x.
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]