From 14e35e4d1f2f8927685b0c55bdc1f5d6bd5a2e9f Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Mon, 15 Nov 2010 18:46:40 +0100 Subject: Removed XML export. --- SConstruct | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index cbc8521..97e885a 100644 --- a/SConstruct +++ b/SConstruct @@ -3,7 +3,7 @@ AddOption('--release', action = 'store_true') env = Environment() conf = Configure(env) -for lib in ('config', 'pcre', 'xml2'): +for lib in ('config', 'pcre'): if not conf.CheckLib(lib): print 'Could not find %s' % lib Exit(1) @@ -18,7 +18,6 @@ else: env.ParseConfig('pkg-config --cflags --libs libconfig') env.ParseConfig('pcre-config --cflags --libs') -env.ParseConfig('xml2-config --cflags --libs') env.Program('ircstats', Glob('*.c')) -- cgit v1.2.3