Closed
Bug 73987
Opened 25 years ago
Closed 25 years ago
Version check for Qt
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: johng, Assigned: johng)
References
Details
Attachments
(5 files)
|
3.06 KB,
patch
|
Details | Diff | Splinter Review | |
|
1.21 KB,
patch
|
Details | Diff | Splinter Review | |
|
1.58 KB,
patch
|
Details | Diff | Splinter Review | |
|
1.73 KB,
patch
|
Details | Diff | Splinter Review | |
|
1.23 KB,
patch
|
Details | Diff | Splinter Review |
The attached patch adds a version check for Qt to configure. I couldn't figure
out how to add the same code to configure.in, so I have left it out for now. If
someone else could write this (or explain to me how to do so), I'd be much
obliged.
| Assignee | ||
Comment 1•25 years ago
|
||
Since configure is a generated file, the proper way to do this would be to add
the check to configure.in and then run autoconf to regenerate configure. The
version check blocks for zlib & png should be similar to what you want and you
can probably use them as a template.
| Assignee | ||
Comment 3•25 years ago
|
||
| Assignee | ||
Comment 4•25 years ago
|
||
| Assignee | ||
Comment 5•25 years ago
|
||
I have attached a patch for configure.in (Thanks to Chris Seawood for the
pointers on how to code this) and a replacement patch for configure that uses
the code generated from configure.in in place of the hand-coded stuff from the
original patch. I edited the configure patch to remove diffs due to line number
changes, so it may be necessary to patch configure.in and generate configure
directly rather than patch configure...
Last patch checked in. Marking fixed.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•