We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cce0efd commit d15c61eCopy full SHA for d15c61e
ext/gettext/config.m4
@@ -27,7 +27,7 @@ if test "$PHP_GETTEXT" != "no"; then
27
dnl If libintl.h is provided by libc, it's possible that libc is musl.
28
dnl The gettext family of functions under musl ignores the codeset
29
dnl suffix on directories like "en_US.UTF-8"; instead they look only
30
- 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
31
dnl to the other.
32
AC_MSG_NOTICE([symlinking en_US.UTF-8 messages to en_US in case you are on musl])
33
_linkdest="${srcdir%/}"/ext/gettext/tests/locale/en_US
0 commit comments