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)

1488_configure.ac.patch (676 bytes ) - added by gabrimonfa 13 years ago.
Patch against configure.ac to account for non numeric GEOS_PATCH_VERSION

Download all attachments as: .zip

Change History (2)

by gabrimonfa, 13 years ago

Attachment: 1488_configure.ac.patch added

Patch against configure.ac to account for non numeric GEOS_PATCH_VERSION

comment:1 by pramsey, 13 years ago

Resolution: fixed
Status: newclosed

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.