diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-09-25 12:20:26 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-09-25 12:20:26 +0100 |
| commit | 5909b9672821c1d5ea974761316dc0f3df558349 (patch) | |
| tree | f1eaa4603f26663f1facb9246f852f6c7f4a5bb8 /wscript | |
| parent | 13d924ad844ca6b642880910e21c5e322dbc4408 (diff) | |
Part of work to add emailing of KDMs.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -125,6 +125,7 @@ def configure(conf): conf.check_cfg(package='glib-2.0', args='--cflags --libs', uselib_store='GLIB', mandatory=True) conf.check_cfg(package= '', path=conf.options.magickpp_config, args='--cppflags --cxxflags --libs', uselib_store='MAGICK', mandatory=True) conf.check_cfg(package='libxml++-2.6', args='--cflags --libs', uselib_store='XML++', mandatory=True) + conf.check_cfg(package='libcurl', args='--cflags --libs', uselib_store='CURL', mandatory=True) conf.check_cxx(fragment=""" #include <boost/version.hpp>\n |
