From 37d094669b35bb3d11feec8904c97c4d06f26287 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 15 Jan 2000 12:13:13 +0000 Subject: [PATCH] Fix typo s/stpbrk/strpbrk --- m4/jm-macros.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index af5c7aba1b..23b4c2c061 100644 --- a/m4/jm-macros.m4 +++ b/m4/jm-macros.m4 @@ -48,7 +48,7 @@ AC_DEFUN(jm_MACROS, AC_REPLACE_FUNCS(dup2) AC_REPLACE_FUNCS(gethostbyname gethostbyaddr) AC_REPLACE_FUNCS(stime strcspn stpcpy strstr strtol strtoul) - AC_REPLACE_FUNCS(stpbrk) + AC_REPLACE_FUNCS(strpbrk) AC_REPLACE_FUNCS(euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp) dnl used by e.g. intl/*domain.c and lib/canon-host.c -- 2.30.2