summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDane Springmeyer <dane@dbsgeo.com>2014-02-04 11:08:11 -0800
committerDane Springmeyer <dane@dbsgeo.com>2014-02-04 11:08:11 -0800
commitdc56aeed005c95fa58d76ebd6894935f26a1ec30 (patch)
treef74123ffd074fec6dd3b82f17160a6b952d4bb38 /configure
parent6225c5b19514e3fdccec3be7d3566a29bc92d0ac (diff)
downloadqtlocation-mapboxgl-dc56aeed005c95fa58d76ebd6894935f26a1ec30.tar.gz
ensure png_cflags is a list
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 434a39e80c..b669e22959 100755
--- a/configure
+++ b/configure
@@ -99,7 +99,7 @@ def configure_png(o):
elif options.png:
incpath = os.path.join(options.png,'include')
if incpath and os.path.exists(incpath):
- o['variables']['png_cflags'] = '-I'+incpath
+ o['variables']['png_cflags'] = ['-I'+incpath]
else:
ret = pkg_config('libpng')
if not ret: