Whamcloud - gitweb
LU-11946 build: no zlib check during configure --enable-dist 94/35194/2
authorOlaf Faaland <faaland1@llnl.gov>
Mon, 6 May 2019 18:31:21 +0000 (11:31 -0700)
committerOleg Drokin <green@whamcloud.com>
Thu, 20 Jun 2019 03:56:41 +0000 (03:56 +0000)
commit66d626f5e72115a36808980f8a8a2cc78c9611cc
tree47c822ccfc6c6ebf6c427eb3bbf34d3515c21de7
parentac8d93c9f6f96d4b343a6888f90bc588ea1ab1b0
LU-11946 build: no zlib check during configure --enable-dist

If the zlib libraries are not found, the error is fatal, and prevents
the sources from being packaged.

This check is unnecessary when sources are being packaged, so this patch
disables the test when configure is run with --enable-dist.

Lustre-change: https://review.whamcloud.com/34811
Lustre-commit: e9d9a0eeb0ff71b207e9d0095fce16af74f842b6

Change-Id: Ie262b17b63c0edc8e8bfbd0c1a466ec37d05622c
Signed-off-by: Olaf Faaland <faaland1@llnl.gov>
Reviewed-by: Nathaniel Clark <nclark@whamcloud.com>
Reviewed-by: Minh Diep <mdiep@whamcloud.com>
Signed-off-by: Minh Diep <mdiep@whamcloud.com>
Reviewed-on: https://review.whamcloud.com/35194
Tested-by: Jenkins
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/autoconf/lustre-core.m4