Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
26 lines
632 B
Diff
26 lines
632 B
Diff
diff -urd a/aclocal.m4 b/aclocal.m4
|
|
--- a/aclocal.m4
|
|
+++ b/aclocal.m4
|
|
@@ -1199,7 +1199,8 @@
|
|
# thinks that target == host so it never checks the unqualified
|
|
# tools for Windows. See #14274.
|
|
AC_DEFUN([FP_PROG_AR],
|
|
-[if test -z "$fp_prog_ar"; then
|
|
+[AC_SUBST(fp_prog_ar,$AR)
|
|
+if test -z "$fp_prog_ar"; then
|
|
if test "$HostOS" = "mingw32"
|
|
then
|
|
AC_PATH_PROG([fp_prog_ar], [ar])
|
|
diff -urd a/configure b/configure
|
|
--- a/configure
|
|
+++ b/configure
|
|
@@ -10744,6 +10744,8 @@
|
|
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
|
|
|
|
|
|
+fp_prog_ar=$AR
|
|
+
|
|
if test -z "$fp_prog_ar"; then
|
|
if test "$HostOS" = "mingw32"
|
|
then
|