From d1d800025d950df387cf67a6bd10508accf49111 Mon Sep 17 00:00:00 2001 From: DennisOSRM Date: Sat, 20 Oct 2012 21:11:37 +0200 Subject: [PATCH] changing gdal check to version free include dir --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index 866e12b90..fa553546d 100644 --- a/SConstruct +++ b/SConstruct @@ -157,7 +157,7 @@ if not conf.CheckLibWithHeader('bz2', 'bzlib.h', 'CXX'): print "bz2 library not found. Exiting" Exit(-1) if GetOption('withtools') is not None: - if not conf.CheckLibWithHeader('gdal1.7.0', 'gdal/gdal.h', 'CXX'): + if not conf.CheckLibWithHeader('gdal', 'gdal/gdal.h', 'CXX'): print "gdal library not found. Exiting" Exit(-1) if not conf.CheckLibWithHeader('osmpbf', 'osmpbf/osmpbf.h', 'CXX'):