[postgis-tickets] [PostGIS] #2785: sfcgal-config check should be constrained to accept only file

PostGIS trac at osgeo.org
Wed Jun 25 12:53:15 PDT 2014


#2785: sfcgal-config check should be constrained to accept only file
-----------------------------+----------------------------------------------
 Reporter:  giohappy         |       Owner:  colivier
     Type:  defect           |      Status:  new     
 Priority:  medium           |   Milestone:          
Component:  sfcgal           |     Version:  trunk   
 Keywords:  configure,build  |  
-----------------------------+----------------------------------------------
 As reported in [1] if sfcgal-config is given a folder path and not a file
 path, configuration goes on but sets wrong variables for SFCGAL linking.

 Probably line 27 of configure.ac should be changed to:

 {{{
 if [ -x "$SFCGAL_CONFIG" ] && [ -f "$SFCGAL_CONFIG" ]; then
 }}}

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2785>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-tickets mailing list