crypto/gc-sha1: Fix recent regression.
[pspp] / m4 / signalblocking.m4
index 4459815a6c223f1cee0393c0fdfff11395521353..6e83f1b141d458bb746fb3a671bf64d37605af88 100644 (file)
@@ -1,5 +1,5 @@
-# signalblocking.m4 serial 10
-dnl Copyright (C) 2001-2002, 2006-2010 Free Software Foundation, Inc.
+# signalblocking.m4 serial 11
+dnl Copyright (C) 2001-2002, 2006-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.
@@ -19,8 +19,6 @@ AC_DEFUN([gl_SIGNALBLOCKING],
   fi
   if test -z "$gl_cv_func_sigprocmask"; then
     HAVE_POSIX_SIGNALBLOCKING=0
-    AC_LIBOBJ([sigprocmask])
-    gl_PREREQ_SIGPROCMASK
   fi
 ])