From: Sandro Santilli Date: Wed, 4 Feb 2004 22:21:11 +0000 (+0000) Subject: Added detection code for PG75 X-Git-Tag: pgis_0_8_2~119 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cff7a5aca477619afa5a044bf6ec691fd0f51e8e;p=postgis Added detection code for PG75 git-svn-id: http://svn.osgeo.org/postgis/trunk@440 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/Makefile b/Makefile index 85f5e3774..daffee860 100644 --- a/Makefile +++ b/Makefile @@ -63,7 +63,11 @@ else ifneq ($(findstring 7.3,$(VERSION)),) USE_VERSION=73 else - USE_VERSION=74 + ifneq ($(findstring 7.4,$(VERSION)),) + USE_VERSION=74 + else + USE_VERSION=75 + endif endif endif endif