From: Sandro Santilli Date: Tue, 28 Jun 2005 11:33:47 +0000 (+0000) Subject: Added switch for pgsql 8.1 build X-Git-Tag: pgis_1_1_0~321 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=df88114162b3a4e274c153c16c8951ef9853f38b;p=postgis Added switch for pgsql 8.1 build git-svn-id: http://svn.osgeo.org/postgis/trunk@1777 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/Makefile.config.in b/Makefile.config.in index 987b3c19a..b7191123d 100644 --- a/Makefile.config.in +++ b/Makefile.config.in @@ -155,7 +155,11 @@ else ifneq ($(findstring 7.4,$(VERSION)),) USE_VERSION=74 else - USE_VERSION=80 + ifneq ($(findstring 8.0,$(VERSION)),) + USE_VERSION=80 + else + USE_VERSION=81 + endif endif endif endif