changeset 10255:dc088edd9a78

configure.ac: don't check for raise or strdup
author John W. Eaton <jwe@octave.org>
date Wed, 03 Feb 2010 05:27:28 -0500
parents 874510cea891
children c84186ad78f3
files ChangeLog configure.ac
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Feb 03 05:24:09 2010 -0500
+++ b/ChangeLog	Wed Feb 03 05:27:28 2010 -0500
@@ -1,3 +1,7 @@
+2010-02-03  John W. Eaton  <jwe@octave.org>
+
+	* configure.ac: Don't check for raise or strdup.
+
 2010-02-03  John W. Eaton  <jwe@octave.org>
 
 	* configure.ac: Don't check for poll or usleep.
--- a/configure.ac	Wed Feb 03 05:24:09 2010 -0500
+++ b/configure.ac	Wed Feb 03 05:27:28 2010 -0500
@@ -1493,10 +1493,10 @@
   getegid geteuid getgid getgrent getgrgid getgrnam getpgrp getpid \
   getppid getpwent getpwuid getuid getwd _kbhit kill \
   lgamma lgammaf lgamma_r lgammaf_r localtime_r log1p log1pf \
-  mkstemp pipe putenv raise \
+  mkstemp pipe putenv \
   realpath resolvepath rindex roundl select setgrent setlocale \
   setpwent setvbuf siglongjmp \
-  snprintf strdup strerror strsignal tempnam tgammaf trunc umask \
+  snprintf strerror strsignal tempnam tgammaf trunc umask \
   uname utime vfprintf vsprintf vsnprintf waitpid \
   _chmod _snprintf x_utime _utime32)