From ea966dccffe47eff2c81f1dfcb581d994bdc37c9 Mon Sep 17 00:00:00 2001 From: Kevin Dalley Date: Tue, 10 Oct 2000 16:46:21 +0000 Subject: [PATCH] * jm-macros.m4 (jm_MACROS): check for rpmatch. --- 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 33f9d83c..e6424331 100644 --- a/m4/jm-macros.m4 +++ b/m4/jm-macros.m4 @@ -89,7 +89,7 @@ AC_DEFUN(jm_MACROS, AC_REPLACE_FUNCS(strncasecmp) AC_REPLACE_FUNCS(stpcpy strstr strtol strtoul) - AC_REPLACE_FUNCS(memcmp) + AC_REPLACE_FUNCS(memcmp rpmatch) dnl used by e.g. intl/*domain.c and lib/canon-host.c AC_REPLACE_FUNCS(strdup)