summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDane Springmeyer <dane@mapbox.com>2014-10-29 19:40:40 -0400
committerDane Springmeyer <dane@mapbox.com>2014-10-29 19:40:40 -0400
commit77b21569ec806d154592863bf169eb7d1fa8027d (patch)
tree770490a18e54e348675516132cc6447752e5f517 /configure
parentb32748b42f6c9ec8d336f4571f6278a2eeeebae0 (diff)
downloadqtlocation-mapboxgl-77b21569ec806d154592863bf169eb7d1fa8027d.tar.gz
curl static libs fixes for osx
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 43a665f29b..afb94d4795 100755
--- a/configure
+++ b/configure
@@ -99,6 +99,8 @@ if [ ! -z ${LIBCURL_VERSION} ]; then
CONFIG+=" 'curl_static_libs': $(quote_flags $(mason static_libs libcurl ${LIBCURL_VERSION})),"$LN
CONFIG+=" 'curl_cflags': $(quote_flags $(mason cflags libcurl ${LIBCURL_VERSION})),"$LN
CONFIG+=" 'curl_ldflags': $(quote_flags $(mason ldflags libcurl ${LIBCURL_VERSION})),"$LN
+else
+ CONFIG+=" 'curl_static_libs': [],"$LN
fi
if [ ! -z ${GLFW_VERSION} ]; then