changeset 4121:454358dfeb28

(gl_MEMCOLL): Require AC_FUNC_MEMCMP.
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 31 Dec 2002 22:11:51 +0000
parents 77d7a6d46166
children c5274a13aee2
files m4/memcoll.m4
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
 AC_DEFUN([gl_MEMCOLL],
 [
   dnl Prerequisites of lib/memcoll.c.
+  AC_REQUIRE([AC_FUNC_MEMCMP])
   AC_CHECK_HEADERS_ONCE(string.h)
   AC_FUNC_STRCOLL
 ])