Use GZIP_PROG instead of GZIP.
authorAndreas Schwab <schwab@suse.de>
Thu, 3 Nov 2005 16:59:33 +0000 (16:59 +0000)
committerAndreas Schwab <schwab@suse.de>
Thu, 3 Nov 2005 16:59:33 +0000 (16:59 +0000)
configure.in

index 077df91..b39a7e8 100644 (file)
@@ -1272,7 +1272,8 @@ fi
 AC_PATH_PROG(INSTALL_INFO, install-info)
 AC_PATH_PROG(INSTALL_INFO, install-info,, /usr/sbin)
 AC_PATH_PROG(INSTALL_INFO, install-info,:, /sbin)
-AC_PATH_PROG(GZIP, gzip)
+dnl Don't use GZIP, which is used by gzip for additional parameters.
+AC_PATH_PROG(GZIP_PROG, gzip)
 
 dnl Add our options to ac_link now, after it is set up.