From 2ce48fe9d1334dadf6fa1411238e52d65b66ba41 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Mon, 12 Jul 2021 17:26:47 -0400 Subject: rts: Break up adjustor logic --- distrib/configure.ac.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'distrib') diff --git a/distrib/configure.ac.in b/distrib/configure.ac.in index c287c3368d..be3a390644 100644 --- a/distrib/configure.ac.in +++ b/distrib/configure.ac.in @@ -31,6 +31,9 @@ LibdwLibDir=@LibdwLibDir@ AC_SUBST(LibdwLibDir) AC_SUBST(LibdwIncludeDir) +UseLibffiForAdjustors=@UseLibffiForAdjustors@ +AC_SUBST(UseLibffiForAdjustors) + # We have to run these unconditionally as FPTOOLS_SET_PLATFORM_VARS wants the # values it computes. AC_CANONICAL_BUILD -- cgit v1.2.1