Skip to content

Commit

Permalink
Fix incorrect error message in configure
Browse files Browse the repository at this point in the history
Somewhat confusingly, the architecture referred to the compiler which
had definitely just been found.
  • Loading branch information
dra27 committed Sep 14, 2023
1 parent 44d7bd9 commit 1f005cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
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 @@ -243,7 +243,7 @@ AS_IF([ test ${WIN32} -eq 1 ],[
])
])
AS_IF([ test "x${CC64}" = "xno" ],[
AC_MSG_ERROR([${ARCH} C compiler not found - opam-putenv cannot be built])
AC_MSG_ERROR([${COMP_ARCH} C compiler not found - opam-putenv cannot be built])
])
])

Expand Down
1 change: 1 addition & 0 deletions master_changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ users)
* Remove `bigarray` dependency [#5612 @kit-ty-kate]
* Remove use of deprecated `Printf.kprintf" [#5612 @kit-ty-kate]
* Fix "make cold" on Windows when gcc is available [#5635 @kit-ty-kate - fixes #5600]
* Fix incorrect error message when alternate C compiler is missing [#5667 @dra27 - addresses #5661]

## Infrastructure

Expand Down

0 comments on commit 1f005cb

Please sign in to comment.