Fix typo in LibYAML support message

This commit is contained in:
Quentin Dreyer
2025-11-14 09:48:32 +01:00
committed by Bryan Davis
parent bbe522346f
commit 2c6ac33433

View File

@@ -1,4 +1,4 @@
PHP_ARG_WITH(yaml, [whether to enable LibYAML suppot],
PHP_ARG_WITH(yaml, [whether to enable LibYAML support],
[ --with-yaml[[=DIR]] Enable LibYAML support.
DIR is the path to LibYAML install prefix])