Fix typo
authorJim Meyering <jim@meyering.net>
Sat, 15 Jan 2000 12:13:13 +0000 (12:13 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 15 Jan 2000 12:13:13 +0000 (12:13 +0000)
s/stpbrk/strpbrk

m4/jm-macros.m4

index af5c7aba1be6c1a36c581c1bc4585f8f155daf8b..23b4c2c061c21e8af60b8752905ef80412692155 100644 (file)
@@ -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