To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=57286





------- Additional comments from [EMAIL PROTECTED] Sat Feb 18 17:42:17 -0800 
2006 -------
sparcmoz:
could you please try this one?

Index: config_office/configure.in
===============================================================
====
RCS file: /cvs/tools/config_office/configure.in,v
retrieving revision 1.150
diff -u -r1.150 configure.in
--- config_office/configure.in  20 Jan 2006 13:28:25 -0000      1.150
+++ config_office/configure.in  2 Feb 2006 05:13:30 -0000
@@ -1975,6 +1975,7 @@
 dnl Checks for javadoc
 dnl 
===============================================================
====
 if test "$SOLAR_JAVA" != ""; then
+  if test "$JDK" != "gcj"; then
     if test -z "$with_jdk_home"; then
         AC_PATH_PROG(JAVADOC, javadoc)
     else
@@ -1996,6 +1997,9 @@
         JAVADOC=`cygpath -d "$JAVADOC"`
         JAVADOC=`cygpath -u "$JAVADOC"`
     fi
+  else
+        AC_PATH_PROG(JAVADOC, gjdoc)
+  fi
 fi

 if test "$SOLAR_JAVA" != ""; then
                                                                                
              

---------------------------------------------------------------------
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]

Reply via email to