To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=99490
                 Issue #|99490
                 Summary|configure line 15130: test: : integer expression expec
                        |ted when checking for db > 4.1
               Component|tools
                 Version|DEV300m41
                Platform|Unknown
                     URL|
              OS/Version|Linux
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P4
            Subcomponent|configure
             Assigned to|rene
             Reported by|simonaw





------- Additional comments from simo...@openoffice.org Sat Feb 21 19:59:49 
+0000 2009 -------
Having installed db 4.7 configure happens to choke on

checking for db.h... yes
checking whether db is at least 4.1... ./configure: line 15130: test: : integer
expression expected
no. you need at least db 4.1
checking for main in -ldb... yes

But that does no harm to the build process, it just doesn't look right.

Line 15075 reveals how checking for the db minor version number is done:

    for v in 1 2 3 4 5 6; do

Changing that line to

    for v in 1 2 3 4 5 6 7; do

fixes this.

---------------------------------------------------------------------
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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to