Opened 13 years ago
Closed 13 years ago
#3696 closed defect (fixed)
KML test macro allows libkml to be older than required
Reported by: | dron | Owned by: | warmerdam |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | ConfigBuild | Version: | unspecified |
Severity: | normal | Keywords: | |
Cc: | Mateusz Łoskot, winkey |
Description
The KML test macro checks the libkml version and even prints the warning message if the version installed is older than required. But the configure system still accepts this library to build with and effectively fails on compilation stage. I think that macro should return negative result if found libkml is older that needed. Attaching the patch to fix it.
Attachments (1)
Change History (3)
by , 13 years ago
Attachment: | ax_lib_libkml-version.diff added |
---|
comment:1 by , 13 years ago
Cc: | added |
---|
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
I have checked in this fix with r20125 as no one have raised objections.
Andrey
Note:
See TracTickets
for help on using tickets.
Return negative result if found libkml is older than required