summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-10-21 17:02:07 +0200
committerKonstantin Käfer <mail@kkaefer.com>2014-10-22 10:45:50 +0200
commit3a39d69504c3a8d87015908424e4ee199ef0c215 (patch)
treeec96a57b73a6727159f84df423feaee9e5dc9039 /configure
parentb6a42afe7e0eb77c7f8a4a79a9fdf81b0603f2f1 (diff)
downloadqtlocation-mapboxgl-3a39d69504c3a8d87015908424e4ee199ef0c215.tar.gz
link boost when the boost variable is set
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 2dc78dfc37..4416299213 100755
--- a/configure
+++ b/configure
@@ -81,7 +81,7 @@ CONFIG="# Do not edit. Generated by the configure script.
'python': '${PYTHON}',
"
-if [ ! -z ${LIBCURL_VERSION} ]; then
+if [ ! -z ${BOOST_VERSION} ]; then
mason install boost ${BOOST_VERSION}
CONFIG+=" 'boost_root': '$(mason prefix boost ${BOOST_VERSION})',"$LN
fi