From: Paul Eggert Date: Sat, 4 Oct 2025 00:04:01 +0000 (-0700) Subject: maint: omit trailing white space in config.h X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ebfd80083b4fe4ae37f50bbc2fcf3cfaee50a248;p=thirdparty%2Fcoreutils.git maint: omit trailing white space in config.h * configure.ac (FORTIFY_SOURCE): Don’t indent a line where the indentation can cause trailing white space in config.h. Problem reported by Grisha Levit (Bug#79567). --- diff --git a/configure.ac b/configure.ac index a7432e0a7e..1e51aba0e2 100644 --- a/configure.ac +++ b/configure.ac @@ -226,7 +226,7 @@ if test $gl_gcc_warnings != no; then #if !defined _FORTIFY_SOURCE && defined __OPTIMIZE__ && __OPTIMIZE__ # define _FORTIFY_SOURCE 2 #endif - ]) +]) AC_DEFINE([GNULIB_PORTCHECK], [1], [enable some gnulib portability checks]) # We use a slightly smaller set of warning options for lib/.