summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-03-08 10:53:07 +0100
committerDavid Robillard <d@drobilla.net>2019-03-09 00:43:43 +0100
commit20af728fdf07478b5a146370b59f902a70b85a68 (patch)
tree1763151b88d201c9d56984480cd42b4c3b2068a7 /wscript
parent11fe15cd9187c393cbb7df9f04ba96abc3fbcc9a (diff)
downloadingen-20af728fdf07478b5a146370b59f902a70b85a68.tar.gz
ingen-20af728fdf07478b5a146370b59f902a70b85a68.tar.bz2
ingen-20af728fdf07478b5a146370b59f902a70b85a68.zip
Clean up includes and forward declarations
Diffstat (limited to 'wscript')
-rw-r--r--wscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/wscript b/wscript
index a8aa19ca..e79bf9a1 100644
--- a/wscript
+++ b/wscript
@@ -43,7 +43,7 @@ def options(ctx):
def configure(conf):
autowaf.display_header('Ingen Configuration')
- autowaf.set_line_just(conf, 45)
+ autowaf.set_line_just(conf, 47)
conf.load('compiler_cxx', cache=True)
conf.load('lv2', cache=True)
if not Options.options.no_python:
@@ -55,7 +55,7 @@ def configure(conf):
conf.check_cxx(header_name='boost/format.hpp')
conf.check_cxx(header_name='boost/intrusive/slist.hpp')
conf.check_cxx(header_name='boost/intrusive_ptr.hpp')
- conf.check_cxx(header_name='boost/optional.hpp')
+ conf.check_cxx(header_name='boost/optional/optional.hpp')
conf.check_cxx(header_name='boost/variant.hpp')
conf.check_cxx(msg='Checking for thread_local keyword',
mandatory=False,