summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-10-17 18:38:00 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-10-29 20:31:36 -0400
commit3c0372d6bce9c1d580efdfff148e922a6519db08 (patch)
treedc63365c38bf036c1380f7e05b1cbfcb6e0c34bb /configure.ac
parent72f7ac9ad66b886f4ea9569446e20aa4f97890e4 (diff)
downloadhaskell-3c0372d6bce9c1d580efdfff148e922a6519db08.tar.gz
distrib: Fix binary distribution installation
This had silently regressed due to 81860281 and the variable renaming performed in b55ee979, as noted in #17374.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 46e1fdd0f7..f86ce4c8a3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -987,7 +987,6 @@ AS_IF([test "x$with_system_libffi" = "xyes"],
[UseSystemLibFFI="YES"], [UseSystemLibFFI="NO"]
)
-
AC_SUBST(UseSystemLibFFI)
AC_ARG_WITH([ffi-includes],