]> git.eshelyaron.com Git - emacs.git/commit
Add configury for JIT
authorTom Tromey <tom@tromey.com>
Sun, 12 Aug 2018 21:29:03 +0000 (15:29 -0600)
committerTom Tromey <tom@tromey.com>
Tue, 14 Aug 2018 00:11:39 +0000 (18:11 -0600)
commit1bdba1a7141cb88e93bd10aa8af9bb94c6f98a09
treeb04ce7f88f0ae23f95b7d4a2c117df7b36b3e10f
parent864fd8f133aa6002e17480bad54f6044a3e17114
Add configury for JIT

* configure.ac: Add --with-libjit.  Check for open_memstream.
* src/Makefile.in (LIBJIT, LIBJIT_CFLAGS): New variables.
(EMACS_CFLAGS): Use LIBJIT_CFLAGS.
(base_obj): Add jit.o.
(LIBES): Use LIBJIT.
configure.ac
src/Makefile.in