This is preparatory to the 7.3 pgsql release which uses the sames
GiST bindings as the 7.2 release.
git-svn-id: http://svn.osgeo.org/postgis/trunk@185
b70326c6-7e19-0410-871a-
916f4a2858ee
#---------------------------------------------------------------
# Test the version string and select the correct GiST index
# bindings.
-ifneq ($(findstring 7.2,$(VERSION)),)
- USE_PG72=1
-else
+ifneq ($(findstring 7.1,$(VERSION)),)
USE_PG72=0
+else
+ USE_PG72=1
endif
#---------------------------------------------------------------