diff options
Diffstat (limited to 'm4')
-rw-r--r-- | m4/jm-macros.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index d9f7701c5..41130aa17 100644 --- a/m4/jm-macros.m4 +++ b/m4/jm-macros.m4 @@ -109,6 +109,7 @@ AC_DEFUN(jm_MACROS, AC_REPLACE_FUNCS(strpbrk) AC_REPLACE_FUNCS(euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp) AC_REPLACE_FUNCS(atexit) + AC_REPLACE_FUNCS(strnlen) dnl used by e.g. intl/*domain.c and lib/canon-host.c AC_REPLACE_FUNCS(strdup) |