summaryrefslogtreecommitdiff
path: root/m4/mempcpy.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/mempcpy.m4')
-rw-r--r--m4/mempcpy.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/mempcpy.m4 b/m4/mempcpy.m4
index c5ee2af8ccd..f9d9ec8f308 100644
--- a/m4/mempcpy.m4
+++ b/m4/mempcpy.m4
@@ -1,4 +1,4 @@
-# mempcpy.m4 serial 11
+# mempcpy.m4 serial 12
dnl Copyright (C) 2003-2004, 2006-2007, 2009-2021 Free Software Foundation,
dnl Inc.
dnl This file is free software; the Free Software Foundation
@@ -13,7 +13,7 @@ AC_DEFUN([gl_FUNC_MEMPCPY],
dnl The mempcpy() declaration in lib/string.in.h uses 'restrict'.
AC_REQUIRE([AC_C_RESTRICT])
- AC_REQUIRE([gl_HEADER_STRING_H_DEFAULTS])
+ AC_REQUIRE([gl_STRING_H_DEFAULTS])
AC_CHECK_FUNCS([mempcpy])
if test $ac_cv_func_mempcpy = no; then
HAVE_MEMPCPY=0