diff options
| author | Eli Zaretskii | 2021-10-03 19:05:49 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2021-10-03 19:05:49 +0300 |
| commit | c1b1e1f5455260d457ca9024d253fb2157d0a48f (patch) | |
| tree | 9740f21022e5f2f69ba1bb4d70efb69b30d893f9 /src | |
| parent | 137fa2d71676044234ddf5a49c83585a0b9407b6 (diff) | |
| download | emacs-c1b1e1f5455260d457ca9024d253fb2157d0a48f.tar.gz emacs-c1b1e1f5455260d457ca9024d253fb2157d0a48f.zip | |
Define HAVE_NATIVE_COMP in src/Makefile.in
* src/Makefile.in (HAVE_NATIVE_COMP): Define. Reported by Ken
Brown <kbrown@cornell.edu>.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 34335cfa96d..46faeb60098 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -55,6 +55,8 @@ lwlibdir = ../lwlib | |||
| 55 | # Configuration files for .o files to depend on. | 55 | # Configuration files for .o files to depend on. |
| 56 | config_h = config.h $(srcdir)/conf_post.h | 56 | config_h = config.h $(srcdir)/conf_post.h |
| 57 | 57 | ||
| 58 | HAVE_NATIVE_COMP = @HAVE_NATIVE_COMP@ | ||
| 59 | |||
| 58 | ## ns-app if NS self contained app, else empty. | 60 | ## ns-app if NS self contained app, else empty. |
| 59 | OTHER_FILES = @OTHER_FILES@ | 61 | OTHER_FILES = @OTHER_FILES@ |
| 60 | 62 | ||