emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r114175: * configure.ac: Tweak previous change.


From: Glenn Morris
Subject: [Emacs-diffs] trunk r114175: * configure.ac: Tweak previous change.
Date: Mon, 09 Sep 2013 00:11:02 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114175
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sun 2013-09-08 17:10:58 -0700
message:
  * configure.ac: Tweak previous change.
  Only disable GZIP_PROG if there is something to disable.
modified:
  configure.ac                   
configure.in-20091113204419-o5vbwnq5f7feedwu-783
=== modified file 'configure.ac'
--- a/configure.ac      2013-09-08 23:50:23 +0000
+++ b/configure.ac      2013-09-09 00:10:58 +0000
@@ -946,7 +946,7 @@
 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]