]> granicus.if.org Git - postgis/commitdiff
Added switch for GIST_SUPPORT=75
authorSandro Santilli <strk@keybit.net>
Wed, 9 Jun 2004 10:05:25 +0000 (10:05 +0000)
committerSandro Santilli <strk@keybit.net>
Wed, 9 Jun 2004 10:05:25 +0000 (10:05 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@617 b70326c6-7e19-0410-871a-916f4a2858ee

Makefile

index 5e1db5812b07eab4f1d7f242275963fc52b1eec9..cd88e1743cddb44481018feeecb8934a8ea901cc 100644 (file)
--- 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