diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2014-10-21 17:02:07 +0200 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2014-10-22 10:45:50 +0200 |
commit | 3a39d69504c3a8d87015908424e4ee199ef0c215 (patch) | |
tree | ec96a57b73a6727159f84df423feaee9e5dc9039 /configure | |
parent | b6a42afe7e0eb77c7f8a4a79a9fdf81b0603f2f1 (diff) | |
download | qtlocation-mapboxgl-3a39d69504c3a8d87015908424e4ee199ef0c215.tar.gz |
link boost when the boost variable is set
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |