diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2015-10-08 00:50:45 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2015-10-08 00:50:45 -0400 |
commit | 9d9f993bb460439786136fab2ac9465e72fc31da (patch) | |
tree | 60be29b1a53fff68407a752ce7e10d7d2b6561db /configure | |
parent | 6004e866fc47e8054f97b3066413dbb0538e7547 (diff) | |
download | lynx-snapshots-9d9f993bb460439786136fab2ac9465e72fc31da.tar.gz |
snapshot of project "lynx", label v2-8-9dev_6g
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index dfa6f7f1..c6838570 100755 --- a/configure +++ b/configure @@ -38250,7 +38250,7 @@ fi COMPRESS_PROG= COMPRESS_EXT= if test $use_gzip_help = yes ; then - COMPRESS_PROG="$ac_cv_path_GZIP -9" + COMPRESS_PROG="$ac_cv_path_GZIP -9 -n" COMPRESS_EXT=.gz fi |