Apply suggestion from @henderkes

This commit is contained in:
Marc
2026-05-06 12:52:50 +07:00
committed by GitHub
parent 0ed1bbc74a
commit e21bb528c0

View File

@@ -130,7 +130,7 @@ class SourcePatcher
FileSystem::replaceFileStr(
SOURCE_PATH . '/php-src/configure',
"for ac_arg in '' -std=gnu23",
"for ac_arg in ''"
"for ac_arg in '' -std=gnu17",
);
}