[pktools] 364/375: configure.ac: minimum GDAL version is 1.10

Bas Couwenberg sebastic at xs4all.nl
Wed Dec 3 21:54:30 UTC 2014


This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch upstream-master
in repository pktools.

commit a7082f99b8411d714c9b1a1b1bc59164f8f334a6
Author: Pieter Kempeneers <kempenep at gmail.com>
Date:   Wed Nov 26 14:23:38 2014 +0100

    configure.ac: minimum GDAL version is 1.10
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index e769ba1..8ef471e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@ LT_INIT
 
 # check if the source folder is correct
 AC_CONFIG_SRCDIR([src/apps/pkinfo.cc])
-AX_LIB_GDAL([1.9.0]) dnl uncomment if gdal version 1.10.0 is required
+AX_LIB_GDAL([1.10.0]) dnl uncomment if gdal version 1.10.0 is required
 
 AC_CHECK_HEADERS([gdal.h])
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pktools.git



More information about the Pkg-grass-devel mailing list