From c5f6b2fd79eaf392a8a2f26cd50dd5ed73dda1f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= Date: Mon, 31 Mar 2014 11:56:02 +0200 Subject: Update/remove references to --enable-shared-zlib In 9f57d8c4f86323cf7481c9a7e512486087bb5542, the configure option --enable-shared-zlib. It was replaced with --enable-builtin-zlib. --- HOWTO/INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'HOWTO') diff --git a/HOWTO/INSTALL.md b/HOWTO/INSTALL.md index f1bb8ec853..1e346b09ef 100644 --- a/HOWTO/INSTALL.md +++ b/HOWTO/INSTALL.md @@ -365,7 +365,7 @@ Some of the available `configure` options are: * `--{with,without}-javac` - Java compiler (without implies that the `jinterface` application won't be built) * `--{enable,disable}-dynamic-ssl-lib` - Dynamic OpenSSL libraries -* `--{enable,disable}-shared-zlib` - Shared zlib library +* `--{enable,disable}-builtin-zlib` - Use the built-in source for zlib. * `--with-ssl=PATH` - Specify location of OpenSSL include and lib * `--{with,without}-ssl` - OpenSSL (without implies that the `crypto`, `ssh`, and `ssl` won't be built) @@ -478,7 +478,7 @@ Build Erlang/OTP $ export PATH=/usr/local/bin:$PATH $ cd $ERL_TOP - $ ./configure --enable-shared-zlib + $ ./configure $ make $ sudo make install -- cgit v1.2.3