diff options
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/configure.ac.in | 3 |
1 files changed, 3 insertions, 0 deletions
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 |