https://gcc.gnu.org/g:f96a6b0bb573cd2ceb1936dd0c886f2e3520c275
commit r17-3891-gf96a6b0bb573cd2ceb1936dd0c886f2e3520c275 Author: Filip Kastl <[email protected]> Date: Thu Sep 3 10:50:38 2026 +0200 Regenerate the configure script There was a slight inconsequential difference between the upstream configure script and what I get when I run autoconf 2.69. It was simply an extra newline. This patch removes the newline. Committing as obvious. ChangeLog: * configure: Regenerate. Signed-off-by: Filip Kastl <[email protected]> Diff: --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index a6fa60a84e0f..4f21a3e94e1f 100755 --- a/configure +++ b/configure @@ -1627,6 +1627,7 @@ Optional Packages: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) --with-build-libsubdir=DIR Directory where to find libraries for build system + --with-system-zlib use installed libz --with-zstd Support zstd compressed debug sections (default=auto)
