]> granicus.if.org Git - postgis/commitdiff
Added switch for pgsql 8.1 build
authorSandro Santilli <strk@keybit.net>
Tue, 28 Jun 2005 11:33:47 +0000 (11:33 +0000)
committerSandro Santilli <strk@keybit.net>
Tue, 28 Jun 2005 11:33:47 +0000 (11:33 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@1777 b70326c6-7e19-0410-871a-916f4a2858ee

Makefile.config.in

index 987b3c19a812143613efd9a5d9f1b71e6a6c743b..b7191123d1ce401facda28555771aabb5cee312b 100644 (file)
@@ -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