We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aab2edf commit 7edaaf3Copy full SHA for 7edaaf3
1 file changed
configure.ac
@@ -237,7 +237,7 @@ esac
237
dnl Detect C library.
238
PHP_C_STANDARD_LIBRARY
239
AS_VAR_IF([php_cv_c_standard_library], [musl],
240
- [AC_DEFINE([__MUSL__], [1], [Define when using musl libc.])])
+ [AC_DEFINE([__MUSL__], [1], [Define to 1 when using musl libc.])])
241
242
dnl Add _GNU_SOURCE compile definition because the php_config.h with definitions
243
dnl by AC_USE_SYSTEM_EXTENSIONS might be included after the system headers which
0 commit comments