Changes between Initial Version and Version 1 of Ticket #191


Ignore:
Timestamp:
Jul 26, 2008, 1:04:47 PM (16 years ago)
Author:
mloskot
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #191

    • Property Keywords macos darwin added
  • Ticket #191 – Description

    initial v1  
    11GEOS-3.0.0 At lines 24411 to 24420 in configure:
     2{{{
    23        # Check for Python library path
    34        { echo "$as_me:$LINENO: checking for Python library path" >&5
     
    1011                fi
    1112        done
     13}}}
    1214
    1315The use of -type f  in the commented out line prevents file 'libpython*.*' from being found. Installation works when -type omitted.
    14 
    15