From: Sandro Santilli Date: Thu, 15 Oct 2015 10:55:08 +0000 (+0000) Subject: Minor style change X-Git-Tag: 2.3.0beta1~424 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0b7d777a9f470d93514a7b6428dc861948ac2521;p=postgis Minor style change Hopefully closes #3330 (trac update via commit log) git-svn-id: http://svn.osgeo.org/postgis/trunk@14280 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/README.postgis b/README.postgis index a2d767517..4c61039ee 100644 --- a/README.postgis +++ b/README.postgis @@ -123,8 +123,8 @@ If you want to compile PostGIS *without* Raster support, you must provide the If you want to compile PostGIS *without* Topology support, you must provide the ``--without-topology`` option. -PostGIS will be compiled with sfcgal support if it is found. You can explicitly -state the location with --with-sfcgal=path/to/sfcgal +PostGIS will be compiled with sfcgal support if it is found. +You can explicitly state the location with --with-sfcgal=path/to/sfcgal See ``./configure --help`` for more options.