Skip to content

Commit

Permalink
updated configure to curl zlib 1.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
dybvig committed Feb 14, 2017
1 parent e43f94e commit 8b70736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Expand Up @@ -306,7 +306,7 @@ else
fi

if [ ! -f 'zlib/configure' ] ; then
rmdir zlib && (curl -L -o v1.2.8.tar.gz https://github.com/madler/zlib/archive/v1.2.8.tar.gz && tar -xzf v1.2.8.tar.gz && mv zlib-1.2.8 zlib && rm v1.2.8.tar.gz) || exit 1
rmdir zlib && (curl -L -o v1.2.11.tar.gz https://github.com/madler/zlib/archive/v1.2.11.tar.gz && tar -xzf v1.2.11.tar.gz && mv zlib-1.2.11 zlib && rm v1.2.11.tar.gz) || exit 1
fi

if [ ! -f 'stex/Mf-stex' ] ; then
Expand Down

0 comments on commit 8b70736

Please sign in to comment.