From 46791e4ae4af381573eb9a44044a2466ac89cd25 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 2 Aug 2004 05:23:39 +0000 Subject: [PATCH] (gl_MD5): Require gl_AC_TYPE_UINT32_T. --- m4/md5.m4 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/m4/md5.m4 b/m4/md5.m4 index b24749d8c6..ec45b5a21e 100644 --- a/m4/md5.m4 +++ b/m4/md5.m4 @@ -1,4 +1,4 @@ -# md5.m4 serial 4 +# md5.m4 serial 5 dnl Copyright (C) 2002, 2003, 2004 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 @@ -8,7 +8,8 @@ dnl the same distribution terms as the rest of that program. AC_DEFUN([gl_MD5], [ - dnl No prerequisites of lib/md5.h. + dnl Prerequisites of lib/md5.h. + AC_REQUIRE([gl_AC_TYPE_UINT32_T]) dnl Prerequisites of lib/md5.c. AC_REQUIRE([AC_C_BIGENDIAN]) -- 2.47.2