dropbox / lepton

Lepton is a tool and file format for losslessly compressing JPEGs by an average of 22%.
https://blogs.dropbox.com/tech/2016/07/lepton-image-compression-saving-22-losslessly-from-images-at-15mbs/
Apache License 2.0
5.01k stars 355 forks source link

Correctly check if CXXFLAGS is set #124

Closed jozefizso closed 5 years ago

jozefizso commented 5 years ago

Fixes errors like ./configure: line 2617: test: too many arguments when the CXXFLAGS variable is set.

https://travis-ci.org/dropbox/lepton/jobs/530446755#L460