]> git.eshelyaron.com Git - emacs.git/commitdiff
* configure.ac: Tweak previous change.
authorGlenn Morris <rgm@gnu.org>
Mon, 9 Sep 2013 00:10:58 +0000 (17:10 -0700)
committerGlenn Morris <rgm@gnu.org>
Mon, 9 Sep 2013 00:10:58 +0000 (17:10 -0700)
Only disable GZIP_PROG if there is something to disable.

configure.ac

index ba5e9d2fb08faabc0a13e0fed26bdbe688abb6c0..2e90f5fb7b5681ec80c44f6e9424bbfda23cdb4f 100644 (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