]> granicus.if.org Git - postgis/commit
Fix mishandling of spaces in "configure --with-pgconfig" path
authorSandro Santilli <strk@kbt.io>
Mon, 13 Feb 2017 09:35:23 +0000 (09:35 +0000)
committerSandro Santilli <strk@kbt.io>
Mon, 13 Feb 2017 09:35:23 +0000 (09:35 +0000)
commit26a9cf74e09521476ae272ced8970018e439eb8f
tree0a306f6e944aeb8c57b0678863ae328c904b01b2
parent5545fbdf431db512e9f0866dc887878a60cf49ce
Fix mishandling of spaces in "configure --with-pgconfig" path

It is quite common to have spaces in installation path names
on Windows, but this will cause trouble with the --with-pgconfig
configure option.
Fix by adding double quotes throughout.

Patch by Laurenz Albe <laurenz.albe@wien.gv.at>
via https://github.com/postgis/postgis/pull/125

git-svn-id: http://svn.osgeo.org/postgis/trunk@15313 b70326c6-7e19-0410-871a-916f4a2858ee
configure.ac