mirror of
https://github.com/php/php-src.git
synced 2026-04-06 23:53:30 +02:00
Fail hard if sed isn't found
now that the new SDK is required and supplies it.
This commit is contained in:
@@ -2880,7 +2880,9 @@ function toolset_setup_project_tools()
|
||||
}
|
||||
|
||||
/* TODO throw error, ignore for now for BC. */
|
||||
PATH_PROG('sed');
|
||||
if (!PATH_PROG('sed')) {
|
||||
ERROR('sed is required')
|
||||
}
|
||||
|
||||
RE2C = PATH_PROG('re2c');
|
||||
if (RE2C) {
|
||||
|
||||
Reference in New Issue
Block a user