summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2021-10-22 00:05:54 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2023-01-18 22:24:10 -0500
commiteb5a6b91e02b48f9171217743e3417cb33eb92e3 (patch)
treec071a5cffa3d9b6a8d09495fc72e1295fdea71a9 /m4
parentab0d5cdaa5505e5b774b04b9f68dcbbc7ce1071e (diff)
downloadhaskell-eb5a6b91e02b48f9171217743e3417cb33eb92e3.tar.gz
Give the RTS it's own configure script
Currently it doesn't do much anything, we are just trying to introduce it without breaking the build. Later, we will move functionality from the top-level configure script over to it. We need to bump Cabal for https://github.com/haskell/cabal/pull/8649; to facilitate and existing hack of skipping some configure checks for the RTS we now need to skip just *part* not *all* of the "post configure" hook, as running the configure script (which we definitely want to do) is also implemented as part of the "post configure" hook. But doing this requires exposing functionality that wasn't exposed before.
Diffstat (limited to 'm4')
-rw-r--r--m4/fp_find_libdw.m43
1 files changed, 0 insertions, 3 deletions
diff --git a/m4/fp_find_libdw.m4 b/m4/fp_find_libdw.m4
index ce830c0fa8..29008408d7 100644
--- a/m4/fp_find_libdw.m4
+++ b/m4/fp_find_libdw.m4
@@ -48,9 +48,6 @@ AC_DEFUN([FP_FIND_LIBDW],
AC_SUBST(UseLibdw)
if test $UseLibdw = "YES" ; then
USE_LIBDW=1
- AC_SUBST([CabalHaveLibdw],[True])
- else
- AC_SUBST([CabalHaveLibdw],[False])
fi
AC_DEFINE_UNQUOTED([USE_LIBDW], [$USE_LIBDW], [Set to 1 to use libdw])
])