changeset 2127:6b46eea065fa

(AC_REPLACE_FUNCS): Add strpbrk.
author Jim Meyering <jim@meyering.net>
date Sat, 15 Jan 2000 12:02:58 +0000
parents 8b5cefba81d3
children 8615064e4ec0
files m4/jm-macros.m4
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/m4/jm-macros.m4
+++ b/m4/jm-macros.m4
@@ -48,6 +48,7 @@
   AC_REPLACE_FUNCS(dup2)
   AC_REPLACE_FUNCS(gethostbyname gethostbyaddr)
   AC_REPLACE_FUNCS(stime strcspn stpcpy strstr strtol strtoul)
+  AC_REPLACE_FUNCS(stpbrk)
 
   dnl used by e.g. intl/*domain.c and lib/canon-host.c
   AC_REPLACE_FUNCS(strdup)