From a58faec6da95b7dc69ef485f1577149ea72aff9e Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Wed, 9 Jun 2004 10:05:25 +0000 Subject: [PATCH] Added switch for GIST_SUPPORT=75 git-svn-id: http://svn.osgeo.org/postgis/trunk@617 b70326c6-7e19-0410-871a-916f4a2858ee --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- 2.40.0