diff options
author | Andreas Schwab <schwab@suse.de> | 2005-11-03 16:59:33 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2005-11-03 16:59:33 +0000 |
commit | 19b6b5d397090ee30671364fad7058306434d283 (patch) | |
tree | a9b5d670a1c26209e124601517d12924f46f8d31 /configure.in | |
parent | 4d63dc38ca7dfb30d922cf02fbad706e884f67e5 (diff) |
Use GZIP_PROG instead of GZIP.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 077df91d3d..b39a7e8567 100644 --- a/configure.in +++ b/configure.in @@ -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. |