Skip to content

Commit b6b26d1

Browse files
committed
autoconf: Disable gzip distfile
1 parent 73be29b commit b6b26d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ esac
6363

6464
AC_DEFINE_UNQUOTED([FALLBACK_PATH], ["$with_fallback_path"], [Set to fallback PATH])
6565

66-
AM_INIT_AUTOMAKE([1.11 foreign dist-bzip2 subdir-objects parallel-tests])
66+
AM_INIT_AUTOMAKE([1.11 foreign no-dist-gzip dist-bzip2 subdir-objects parallel-tests])
6767

6868
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
6969

0 commit comments

Comments
 (0)