changing gdal check to version free include dir
This commit is contained in:
parent
38ba10ddad
commit
d1d800025d
@ -157,7 +157,7 @@ if not conf.CheckLibWithHeader('bz2', 'bzlib.h', 'CXX'):
|
|||||||
print "bz2 library not found. Exiting"
|
print "bz2 library not found. Exiting"
|
||||||
Exit(-1)
|
Exit(-1)
|
||||||
if GetOption('withtools') is not None:
|
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"
|
print "gdal library not found. Exiting"
|
||||||
Exit(-1)
|
Exit(-1)
|
||||||
if not conf.CheckLibWithHeader('osmpbf', 'osmpbf/osmpbf.h', 'CXX'):
|
if not conf.CheckLibWithHeader('osmpbf', 'osmpbf/osmpbf.h', 'CXX'):
|
||||||
|
Loading…
Reference in New Issue
Block a user