git-svn-id: http://svn.osgeo.org/postgis/branches/pgis_1_0@2063
b70326c6-7e19-0410-871a-
916f4a2858ee
ifneq ($(findstring 8.0,$(VERSION)),)
USE_VERSION=80
else
- USE_VERSION=81
+ ifneq ($(findstring 8.1,$(VERSION)),)
+ USE_VERSION=81
+ else
+ USE_VERSION=82
+ endif
endif
endif
endif
ifneq ($(findstring 7.4,$(VERSION)),)
USE_VERSION=74
else
- USE_VERSION=80
+ ifneq ($(findstring 8.0,$(VERSION)),)
+ USE_VERSION=80
+ else
+ ifneq ($(findstring 8.1,$(VERSION)),)
+ USE_VERSION=81
+ else
+ USE_VERSION=82
+ endif
+ endif
endif
endif
endif