Opened 13 years ago
Closed 13 years ago
#1488 closed defect (fixed)
Fix configure.ac to account for trunk version of geos (GEOS_PATCH_VERSION is not numeric)
Reported by: | gabrimonfa | Owned by: | pramsey |
---|---|---|---|
Priority: | medium | Milestone: | |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
geos-config —version of a update trunk version (revision 3567, as of 2012-01-20) return 3.4.dev
This breaks GEOS version detection that expects GEOS_PATCH_VERSION to be numeric.
The problem can by fixed with something like the patch I've provided
Attachments (1)
Change History (2)
by , 13 years ago
Attachment: | 1488_configure.ac.patch added |
---|
comment:1 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Odd, I see
geos-config --version 3.4.0dev
which gets turned happily into a 0 for me. I think your patch is no harm though. Applied at r8917
Note:
See TracTickets
for help on using tickets.
Patch against configure.ac to account for non numeric GEOS_PATCH_VERSION