Changes between Initial Version and Version 2 of Ticket #50698
- Timestamp:
- Feb 22, 2016, 5:09:57 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #50698
- Property Keywords configure version removed
- Property Cc ryandesign@… added
-
Property
Status
changed from
new
toclosed
-
Property
Resolution
changed from
to
fixed
-
Ticket #50698 – Description
initial v2 1 1 There is a version check in the lines 2951-2: 2 2 3 {{{ 3 4 case "$MACOSX_VERSION" in 4 5 10.0*|10.1*|10.2*|10.3*) 6 }}} 5 7 6 8 Sure enough, OS X 10.10 and 10.11 match here, so configuration could not be completed.