changeset 10251:28e5a5f826bc

configure.ac: delete checks for signal functions
author John W. Eaton <jwe@octave.org>
date Wed, 03 Feb 2010 03:32:02 -0500
parents 2d47356a7a1a
children 2fcc927a8757
files ChangeLog configure.ac
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Feb 03 03:07:06 2010 -0500
+++ b/ChangeLog	Wed Feb 03 03:32:02 2010 -0500
@@ -1,3 +1,8 @@
+2010-02-03  John W. Eaton  <jwe@octave.org>
+
+	* configure.ac: Don't check for sigaction, sigpending,
+	sigprocmask, or sigsuspend.
+
 2010-02-03  John W. Eaton  <jwe@octave.org>
 
 	* configure.ac: Don't check for getcwd.
--- a/configure.ac	Wed Feb 03 03:07:06 2010 -0500
+++ b/configure.ac	Wed Feb 03 03:32:02 2010 -0500
@@ -1495,7 +1495,7 @@
   lgamma lgammaf lgamma_r lgammaf_r localtime_r log1p log1pf \
   mkstemp pipe poll putenv raise \
   realpath resolvepath rindex roundl select setgrent setlocale \
-  setpwent setvbuf sigaction siglongjmp sigpending sigprocmask sigsuspend \
+  setpwent setvbuf siglongjmp \
   snprintf strdup strerror strsignal tempnam tgammaf trunc umask \
   uname usleep utime vfprintf vsprintf vsnprintf waitpid \
   _chmod _snprintf x_utime _utime32)