This project is closed and read-only.
Actions
Backport #6316
closedconfigure script fails to detect executables
Backport #6316:
configure script fails to detect executables
Status:
Closed
Assignee:
Description
=begin
When running (({./configure})) on the git master branch, it fails to detect several executables which are present. See ((<Stack Overflow question and answer|URL:http://unix.stackexchange.com/questions/36688/why-doesnt-rubys-configure-script-detect-my-executables-and-header-files>)) for details.
The cause is essentially that (({AC_CHECK_PROG})) takes three arguments, but only two are provided.
=end
Files
Actions