summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorJon Bergli Heier <snakebite@jvnv.net>2010-12-27 20:48:35 +0100
committerJon Bergli Heier <snakebite@jvnv.net>2010-12-27 20:48:35 +0100
commit1a8f351248c38445189a397035e8a2cb3182ea6a (patch)
tree507c96dc5fc1e158f799cdeb13cfab382a7a0534 /SConstruct
parent263097e22bdf0a56007644e4d19605371dc79a8f (diff)
Added HTTPRequest and HTTPResponse classes.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 23aacb8..07e2a04 100644
--- a/SConstruct
+++ b/SConstruct
@@ -5,6 +5,7 @@ env = Environment(CPPPATH = ['.'], CCFLAGS = ['-pthread'], LINKFLAGS = ['-pthrea
conf = Configure(env)
conf.CheckLib('boost_system')
conf.CheckLib('boost_filesystem')
+conf.CheckLib('boost_regex')
env = conf.Finish()
if GetOption('release'):