]> git.eshelyaron.com Git - emacs.git/commitdiff
Omit -DHAVE_CONFIG_H
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 21 Jan 2024 00:52:31 +0000 (16:52 -0800)
committerEshel Yaron <me@eshelyaron.com>
Sun, 21 Jan 2024 07:31:30 +0000 (08:31 +0100)
* configure.ac (CFLAGS): Do not add -DHAVE_CONFIG_H.  It is no
longer needed now that the Android printf hack has been removed.

(cherry picked from commit 416fad04c26d712a0897c7a03566425133c6c7d1)

configure.ac

index 90b3cde0d18765dc9d725575a5df6ad9d9710487..55f742ba8ef06b6c0446f64be55418968427ca34 100644 (file)
@@ -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])