From 6b83ac7e3174366561ecf19ce026e6509a78dcd1 Mon Sep 17 00:00:00 2001 From: gambas Date: Thu, 14 Jun 2018 23:43:47 +0200 Subject: [PATCH] Disable the old jit component, but keep the sources. [CONFIGURATION] * NEW: Disable the old jit component, but keep the sources. --- Makefile.am | 1 - configure.ac | 1 - 2 files changed, 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index e43ad5584..62ab6c6b7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -34,7 +34,6 @@ SUBDIRS = \ @gmp_dir@ \ @ncurses_dir@ \ @media_dir@ \ - @jitllvm_dir@ \ @httpd_dir@ \ @openssl_dir@ \ @openal_dir@ \ diff --git a/configure.ac b/configure.ac index f19ca32d8..2ad2713ab 100644 --- a/configure.ac +++ b/configure.ac @@ -46,7 +46,6 @@ GB_CONFIG_SUBDIRS(gsl, gb.gsl) GB_CONFIG_SUBDIRS(gmp, gb.gmp) GB_CONFIG_SUBDIRS(ncurses, gb.ncurses) GB_CONFIG_SUBDIRS(media, gb.media) -GB_CONFIG_SUBDIRS(jitllvm, gb.jit.llvm) GB_CONFIG_SUBDIRS(httpd, gb.httpd) GB_CONFIG_SUBDIRS(openssl, gb.openssl) GB_CONFIG_SUBDIRS(openal, gb.openal)