* configure.ac: Tweak previous change.

Only disable GZIP_PROG if there is something to disable.
This commit is contained in:
Glenn Morris 2013-09-08 17:10:58 -07:00
parent 335142f9f3
commit 66f3731f43

View file

@ -946,7 +946,7 @@ AC_PATH_PROG(INSTALL_INFO, install-info, :,
dnl Don't use GZIP, which is used by gzip for additional parameters.
AC_PATH_PROG(GZIP_PROG, gzip)
test $with_compress_install != yes && \
test $with_compress_install != yes && test -n "$GZIP_PROG" && \
GZIP_PROG=" # $GZIP_PROG # (disabled by configure --without-compress-install)"
if test $opsys = gnu-linux; then