]> granicus.if.org Git - postgis/commitdiff
Added detection code for PG75
authorSandro Santilli <strk@keybit.net>
Wed, 4 Feb 2004 22:21:11 +0000 (22:21 +0000)
committerSandro Santilli <strk@keybit.net>
Wed, 4 Feb 2004 22:21:11 +0000 (22:21 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@440 b70326c6-7e19-0410-871a-916f4a2858ee

Makefile

index 85f5e3774f23ec968efc7a2e2ccf4abafc2606e6..daffee860cd0814cfb521ae9e2131d008b0afebb 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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