Changes between Initial Version and Version 2 of Ticket #50698


Ignore:
Timestamp:
Feb 22, 2016, 5:09:57 PM (9 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

This was fixed a long time ago in r111640.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #50698

    • Property Keywords configure version removed
    • Property Cc ryandesign@… added
    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
  • Ticket #50698 – Description

    initial v2  
    11There is a version check in the lines 2951-2:
    22
     3{{{
    34case "$MACOSX_VERSION" in
    45  10.0*|10.1*|10.2*|10.3*)
     6}}}
    57
    68Sure enough, OS X 10.10 and 10.11 match here, so configuration could not be completed.