From: Sandro Santilli Date: Wed, 9 Jun 2004 10:05:25 +0000 (+0000) Subject: Added switch for GIST_SUPPORT=75 X-Git-Tag: pgis_0_9_1~177 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a58faec6da95b7dc69ef485f1577149ea72aff9e;p=postgis Added switch for GIST_SUPPORT=75 git-svn-id: http://svn.osgeo.org/postgis/trunk@617 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/Makefile b/Makefile index 5e1db5812..cd88e1743 100644 --- a/Makefile +++ b/Makefile @@ -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