summaryrefslogtreecommitdiff
path: root/m4/sigaction.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-06-23 22:30:46 +0200
committerBruno Haible <bruno@clisp.org>2008-06-23 22:30:46 +0200
commit339b33cdc15903476d18e517d81f508274ffc012 (patch)
treebb35bb5f4567c27fd5b7a11080797a73386898a8 /m4/sigaction.m4
parent1560bcd9456e9c03a21f6d4aca8447f00ca339b7 (diff)
downloadgnulib-339b33cdc15903476d18e517d81f508274ffc012.tar.gz
Comment fixes.
Diffstat (limited to 'm4/sigaction.m4')
-rw-r--r--m4/sigaction.m43
1 files changed, 0 insertions, 3 deletions
diff --git a/m4/sigaction.m4 b/m4/sigaction.m4
index e936cb3582..93306b8dcc 100644
--- a/m4/sigaction.m4
+++ b/m4/sigaction.m4
@@ -8,9 +8,6 @@ dnl with or without modifications, as long as this notice is preserved.
AC_DEFUN([gl_SIGACTION],
[
AC_REQUIRE([gl_SIGNAL_H_DEFAULTS])
- dnl Due to autoconf conventions, we can't tell if HAVE_SIGACTION
- dnl means we have the type or means we have the function. We assume
- dnl that all implementations either have both or neither.
AC_REPLACE_FUNCS([sigaction])
if test $ac_cv_func_sigaction = no ; then
HAVE_SIGACTION=0