From: Bborie Park Date: Thu, 31 May 2012 05:45:34 +0000 (+0000) Subject: Bumped up the minimum version of GDAL from 1.6 to 1.8 X-Git-Tag: 2.1.0beta2~958 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9f3bba86b73dc05a9cbbfb6fc6fcf2c3ee1e81c6;p=postgis Bumped up the minimum version of GDAL from 1.6 to 1.8 git-svn-id: http://svn.osgeo.org/postgis/trunk@9834 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/configure.ac b/configure.ac index 136a1d67b..3a9fa021f 100644 --- a/configure.ac +++ b/configure.ac @@ -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],