crypto/gc-sha1: Fix recent regression.
[pspp] / m4 / md4.m4
index b537fd428b4e84b47a17fecf6b07d315ee60717f..5dde186b765e536c82cd5f9c27a5c2ece2481be1 100644 (file)
--- a/m4/md4.m4
+++ b/m4/md4.m4
@@ -1,14 +1,13 @@
-# md4.m4 serial 4
+# md4.m4 serial 6
 dnl Copyright (C) 2002-2006, 2008-2011 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
 
+dnl Prerequisites of lib/md4.c.
 AC_DEFUN([gl_MD4],
 [
-  AC_LIBOBJ([md4])
-
-  dnl Prerequisites of lib/md4.c.
   AC_REQUIRE([gl_BIGENDIAN])
   AC_REQUIRE([AC_C_INLINE])
+  :
 ])