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.
This commit is contained in:
parent
bdcd662a21
commit
416fad04c2
1 changed files with 0 additions and 3 deletions
|
@ -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])
|
||||
|
|
Loading…
Add table
Reference in a new issue