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
22 lines
354 B
Diff
22 lines
354 B
Diff
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -9,6 +9,7 @@ dnl Checks for programs.
|
|
AC_PROG_CC
|
|
AC_PROG_INSTALL
|
|
AC_PROG_RANLIB
|
|
+AC_CHECK_TOOL([AR], [ar])
|
|
|
|
dnl Checks for header files.
|
|
AC_HEADER_STDC
|
|
--- a/libbridge/Makefile.in
|
|
+++ b/libbridge/Makefile.in
|
|
@@ -1,7 +1,7 @@
|
|
|
|
KERNEL_HEADERS=-I@KERNEL_HEADERS@
|
|
|
|
-AR=ar
|
|
+AR=@AR@
|
|
RANLIB=@RANLIB@
|
|
|
|
CC=@CC@
|