diff --git a/SConstruct b/SConstruct index debebdf24..5a313066a 100644 --- a/SConstruct +++ b/SConstruct @@ -1218,7 +1218,7 @@ if not preconfigured: # fetch the mapnik version header in order to set the # ABI version used to build libmapnik.so on linux in src/SConscript abi = conf.GetMapnikLibVersion() - abi_fallback = [0,8,0] + abi_fallback = [2,0,0] if not abi: color_print(1,'Problem encountered parsing mapnik version, falling back to %s' % abi_fallback) env['ABI_VERSION'] = abi_fallback