From: Glenn Morris Date: Mon, 9 Sep 2013 00:10:58 +0000 (-0700) Subject: * configure.ac: Tweak previous change. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1662^2~71 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=66f3731f432de341b61be1083415711d3d124a1a;p=emacs.git * configure.ac: Tweak previous change. Only disable GZIP_PROG if there is something to disable. --- diff --git a/configure.ac b/configure.ac index ba5e9d2fb08..2e90f5fb7b5 100644 --- a/configure.ac +++ b/configure.ac @@ -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