crypto/gc-hmac-sha1: Fix recent regression.
[pspp] / m4 / readutmp.m4
index 16b495b32d6d181d420d653c8f67f5c6f5a7ca79..81b22ed277e62c224fd4cf84c078990a215193f8 100644 (file)
@@ -1,5 +1,5 @@
-# readutmp.m4 serial 17
-dnl Copyright (C) 2002-2010 Free Software Foundation, Inc.
+# readutmp.m4 serial 18
+dnl Copyright (C) 2002-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.
@@ -11,8 +11,6 @@ AC_DEFUN([gl_READUTMP],
 
   AC_CHECK_HEADERS_ONCE([utmp.h utmpx.h])
   if test $ac_cv_header_utmp_h = yes || test $ac_cv_header_utmpx_h = yes; then
-    AC_LIBOBJ([readutmp])
-
     dnl Prerequisites of lib/readutmp.h and lib/readutmp.c.
     AC_REQUIRE([AC_C_INLINE])
     AC_CHECK_FUNCS_ONCE([utmpname utmpxname])