From 9f3bba86b73dc05a9cbbfb6fc6fcf2c3ee1e81c6 Mon Sep 17 00:00:00 2001 From: Bborie Park Date: Thu, 31 May 2012 05:45:34 +0000 Subject: [PATCH] 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 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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], -- 2.50.1