summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-12-29 19:33:28 -0500
committerDavid Robillard <d@drobilla.net>2019-12-29 19:33:28 -0500
commit7bbcd8405b0e9d04c74be1f13d1b54f3f72e7c7d (patch)
treef2ca01600742d60bacdfb1a2a94ec0a3c5e99d51 /wscript
parent668265fb608430bf968044404ba70f45a0d56033 (diff)
downloadpatchage-7bbcd8405b0e9d04c74be1f13d1b54f3f72e7c7d.tar.gz
patchage-7bbcd8405b0e9d04c74be1f13d1b54f3f72e7c7d.tar.bz2
patchage-7bbcd8405b0e9d04c74be1f13d1b54f3f72e7c7d.zip
Remove use of boost/utility.hpp
Diffstat (limited to 'wscript')
-rw-r--r--wscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/wscript b/wscript
index df61abd..2c0d813 100644
--- a/wscript
+++ b/wscript
@@ -99,7 +99,6 @@ def configure(conf):
# Boost headers
conf.check_cxx(header_name='boost/format.hpp')
- conf.check_cxx(header_name='boost/utility.hpp')
conf.env.PATCHAGE_VERSION = PATCHAGE_VERSION