1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

ext/gettext: fixed typo in config.m4 (#18790)

This commit is contained in:
NickSdot
2025-06-07 14:31:51 +08:00
committed by GitHub
parent cce0efdff8
commit d15c61e84c

View File

@@ -27,7 +27,7 @@ if test "$PHP_GETTEXT" != "no"; then
dnl If libintl.h is provided by libc, it's possible that libc is musl.
dnl The gettext family of functions under musl ignores the codeset
dnl suffix on directories like "en_US.UTF-8"; instead they look only
dnl in "en_US". To accomodate that, we symlink some test data from one
dnl in "en_US". To accommodate that, we symlink some test data from one
dnl to the other.
AC_MSG_NOTICE([symlinking en_US.UTF-8 messages to en_US in case you are on musl])
_linkdest="${srcdir%/}"/ext/gettext/tests/locale/en_US