From 7bbb92d610e7f0b465a874f068ce5540359f6d6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20M=C3=BCller?= Date: Mon, 15 Jul 2019 16:03:55 +0200 Subject: [PATCH] configure: LZW compression now defaults to yes, since after 2003 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 3bf7808..850be85 100644 --- a/configure.in +++ b/configure.in @@ -20,7 +20,7 @@ AC_PTS_ENABLE_DEBUG AC_MSG_CHECKING([for --enable-lzw]) AC_ARG_ENABLE(lzw, - [ --enable-lzw enable built-in LZW (de)compression (def: no)], + [ --enable-lzw enable built-in LZW (de)compression (def: yes)], [], []) if test x1 = x"`perl -e 'print time>1056165811'`"; then # After 19 June 2003: default: yes