From cff7a5aca477619afa5a044bf6ec691fd0f51e8e Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Wed, 4 Feb 2004 22:21:11 +0000 Subject: [PATCH] Added detection code for PG75 git-svn-id: http://svn.osgeo.org/postgis/trunk@440 b70326c6-7e19-0410-871a-916f4a2858ee --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- 2.50.1