From 635234839394ca071a4fbb985233cf1bf1c9735f Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 6 Aug 2023 10:32:54 -0700 Subject: [PATCH 3/3] Do not define HAVE_CONFIG_H * configure.ac (CFLAGS): No need for -DHAVE_CONFIG_H since Emacs no longer uses Gnulib's printf modules. --- configure.ac | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure.ac b/configure.ac index c77fab3eefd..493582d42c4 100644 --- a/configure.ac +++ b/configure.ac @@ -7019,9 +7019,6 @@ AC_DEFUN [Short copyright string for this version of Emacs.]) AC_SUBST([copyright]) -# This is needed for gnulib's printf modules. -CFLAGS="$CFLAGS -DHAVE_CONFIG_H" - ### Specify what sort of things we'll be editing into Makefile and config.h. ### Use configuration here uncanonicalized to avoid exceeding size limits. AC_SUBST([version]) -- 2.39.2