summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDane Springmeyer <dane@mapbox.com>2014-02-12 13:15:09 -0800
committerDane Springmeyer <dane@mapbox.com>2014-02-12 13:15:09 -0800
commit7fbb33b5de38ca24b834204a8831b359203dfc06 (patch)
tree0289fb9809369ad3f9868e270947941bb2490e43 /configure
parent359a35e60fd4e3f32c2f3fd846f2019643965154 (diff)
downloadqtlocation-mapboxgl-7fbb33b5de38ca24b834204a8831b359203dfc06.tar.gz
remove boost from readme and build system
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure9
1 files changed, 0 insertions, 9 deletions
diff --git a/configure b/configure
index b669e22959..e774317a2e 100755
--- a/configure
+++ b/configure
@@ -19,11 +19,6 @@ parser.add_option("--debug",
dest="debug",
help="Also build debug build")
-parser.add_option("--boost",
- action="store",
- dest="boost_root",
- help="Path to boost (defaults to /usr/local)")
-
parser.add_option("--glfw3",
action="store",
dest="glfw3",
@@ -60,10 +55,6 @@ def pkg_config(pkg):
return (libs, cflags)
def configure_llmr(o):
- if options.boost_root:
- o['variables']['boost_root'] = options.boost_root
- else:
- o['variables']['boost_root'] = '/usr/local'
o['target_defaults']['default_configuration'] = 'Debug' if options.debug else 'Release'
def configure_glfw3(o):