emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 416fad04c26 6/6: Omit -DHAVE_CONFIG_H


From: Paul Eggert
Subject: master 416fad04c26 6/6: Omit -DHAVE_CONFIG_H
Date: Sat, 20 Jan 2024 20:29:05 -0500 (EST)

branch: master
commit 416fad04c26d712a0897c7a03566425133c6c7d1
Author: Paul Eggert <eggert@cs.ucla.edu>
Commit: Paul Eggert <eggert@cs.ucla.edu>

    Omit -DHAVE_CONFIG_H
    
    * configure.ac (CFLAGS): Do not add -DHAVE_CONFIG_H.  It is no
    longer needed now that the Android printf hack has been removed.
---
 configure.ac | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index 90b3cde0d18..55f742ba8ef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7097,9 +7097,6 @@ AC_DEFINE_UNQUOTED([COPYRIGHT], ["$copyright"],
   [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])



reply via email to

[Prev in Thread] Current Thread [Next in Thread]