]> granicus.if.org Git - postgis/commitdiff
Bumped up the minimum version of GDAL from 1.6 to 1.8
authorBborie Park <bkpark at ucdavis.edu>
Thu, 31 May 2012 05:45:34 +0000 (05:45 +0000)
committerBborie Park <bkpark at ucdavis.edu>
Thu, 31 May 2012 05:45:34 +0000 (05:45 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9834 b70326c6-7e19-0410-871a-916f4a2858ee

configure.ac

index 136a1d67b71649291abca04d390c48842e3cc41a..3a9fa021f66dbddf771194c339ce6002dd1c62cb 100644 (file)
@@ -958,8 +958,8 @@ if test "x$with_raster" != "xno"; then
        LIBGDAL_LDFLAGS=""
 
        dnl GDAL version constants, update here
-       GDAL_MIN_VERSION=1.6.0
-       GDAL_MIN_VERSION_NUMBER=160 dnl TODO: Use GDAL version calculation MAJOR*1000+MINOR*100+REV*10+BUILD
+       GDAL_MIN_VERSION=1.8.0
+       GDAL_MIN_VERSION_NUMBER=180 dnl TODO: Use GDAL version calculation MAJOR*1000+MINOR*100+REV*10+BUILD
 
        AC_ARG_WITH(
                [gdalconfig],