To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93331
                 Issue #|93331
                 Summary|configure sets ENABLE_REPORTBUILDER=YES even when opti
                        |on '--enable-report-builder' is not given
               Component|tools
                 Version|OOO300m4
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P2
            Subcomponent|configure
             Assigned to|rt
             Reported by|rt





------- Additional comments from [EMAIL PROTECTED] Mon Sep  1 11:44:11 +0000 
2008 -------
The logic for enable_report_builder looks somewhat broken:

AC_MSG_CHECKING([whether to build the Report Builder extension])
if test -z "$enable_report_builder" -o "$enable_report_builder" != "no" && test
"$WITH_JAVA" != "no"; then
  AC_MSG_RESULT([yes])
  ENABLE_REPORTBUILDER=YES
  AC_MSG_CHECKING([for reportbuilder module])
[...]

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