From: Paul Eggert Date: Tue, 31 Dec 2002 22:11:51 +0000 (+0000) Subject: (gl_MEMCOLL): Require AC_FUNC_MEMCMP. X-Git-Tag: cvs-readonly~5055 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=e2b105ed2e41235b9eab64b893422f1c41490a5d;p=gnulib.git (gl_MEMCOLL): Require AC_FUNC_MEMCMP. --- diff --git a/m4/memcoll.m4 b/m4/memcoll.m4 index 235f48e9c..23f56af17 100644 --- a/m4/memcoll.m4 +++ b/m4/memcoll.m4 @@ -1,4 +1,4 @@ -# memcoll.m4 serial 1 +# memcoll.m4 serial 2 dnl Copyright (C) 2002 Free Software Foundation, Inc. dnl This file is free software, distributed under the terms of the GNU dnl General Public License. As a special exception to the GNU General @@ -9,6 +9,7 @@ dnl the same distribution terms as the rest of that program. AC_DEFUN([gl_MEMCOLL], [ dnl Prerequisites of lib/memcoll.c. + AC_REQUIRE([AC_FUNC_MEMCMP]) AC_CHECK_HEADERS_ONCE(string.h) AC_FUNC_STRCOLL ])