]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(gl_MD5): Require gl_AC_TYPE_UINT32_T.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 2 Aug 2004 05:23:39 +0000 (05:23 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 2 Aug 2004 05:23:39 +0000 (05:23 +0000)
m4/md5.m4

index b24749d8c6b7eebd3cfd76ea64ae431f7f17105e..ec45b5a21e09b11f701b752eb89acf702d109896 100644 (file)
--- 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])