diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2014-03-30 14:04:26 -0400 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2014-03-30 14:04:26 -0400 |
commit | 55e37cc51cc8f01de22282e00d843fe7a63498ad (patch) | |
tree | a4631bcc977e83b97f582754a824236d5135a47c /configure | |
parent | 1083eb3ff9d13192936cdb97d1c7857721508b53 (diff) | |
download | html5ks-55e37cc51cc8f01de22282e00d843fe7a63498ad.tar.xz html5ks-55e37cc51cc8f01de22282e00d843fe7a63498ad.zip |
fallback to gzip properly
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ fcheck() { OUT=Makefile.inc > "${OUT}" -VAR=GZIP rcheck zopfli || rcheck gzip -9 +VAR=GZIP check zopfli || rcheck gzip -9 NO_RUN=1 rcheck apngasm rcheck convert rcheck cwebp -quiet -alpha_cleanup -m 6 |