Added switch for GIST_SUPPORT=75

git-svn-id: http://svn.osgeo.org/postgis/trunk@617 b70326c6-7e19-0410-871a-916f4a2858ee
This commit is contained in:
Sandro Santilli 2004-06-09 10:05:25 +00:00
parent db5bd8e4fc
commit a58faec6da

View file

@ -137,7 +137,11 @@ ifeq ($(USE_VERSION),71)
GIST_SUPPORT=71
GIST_ESTIMATE=
else
GIST_SUPPORT=72
ifeq ($(USE_VERSION),75)
GIST_SUPPORT=75
else
GIST_SUPPORT=72
endif
GIST_ESTIMATE=postgis_estimate.o
endif