From 95ac40da033e69b0fabbb54106cb94a97de5cb12 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Sun, 24 Oct 2010 21:22:22 +0000 Subject: [PATCH] scons: actually get the curl checking working --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index 3a83e930f..1a01c72c9 100644 --- a/SConstruct +++ b/SConstruct @@ -224,7 +224,7 @@ PLUGINS = { # plugins with external dependencies 'rasterlite': {'default':False,'path':'RASTERLITE','inc':['sqlite3.h','rasterlite.h'],'lib':'rasterlite','lang':'C'}, # todo: osm plugin does also depend on libxml2 (but there is a separate check for that) - 'osm': {'default':False,'path':None,'inc':'curll.h','lib':'curl','lang':'C'}, + 'osm': {'default':False,'path':None,'inc':'curl/curl.h','lib':'curl','lang':'C'}, # plugins without external dependencies requiring CheckLibWithHeader... 'shape': {'default':True,'path':None,'inc':None,'lib':None,'lang':'C++'},