mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
ext/gettext: fixed typo in config.m4 (#18790)
This commit is contained in:
parent
cce0efdff8
commit
d15c61e84c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue