Added detection code for PG75

git-svn-id: http://svn.osgeo.org/postgis/trunk@440 b70326c6-7e19-0410-871a-916f4a2858ee
This commit is contained in:
Sandro Santilli 2004-02-04 22:21:11 +00:00
parent 640943a3b0
commit cff7a5aca4

View file

@ -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