Skip to content

Commit

Permalink
configure: fix test for whether ar supports @FILE
Browse files Browse the repository at this point in the history
  • Loading branch information
nojb committed Jun 1, 2024
1 parent b0adc7c commit 99a83b5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,10 @@ _______________
(Miod Vallat, report by Vesa Karvonen, review by Gabriel Scherer and
Xavier Leroy)

- #13209: Fix configure test that checks whether `ar` supports `@FILE`
arguments.
(Nicolás Ojeda Bär, report by Boris D.)

OCaml 5.2.0 (13 May 2024)
-------------------------

Expand Down
2 changes: 1 addition & 1 deletion configure

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ ocamlsrcdir=${ocamlsrcdir%X}

# Whether ar supports @FILE arguments

AS_CASE([lt_cv_ar_at_file],
AS_CASE([$lt_cv_ar_at_file],
[no], [ar_supports_response_files=false],
[ar_supports_response_files=true])

Expand Down

0 comments on commit 99a83b5

Please sign in to comment.