changeset 14340:de99dde50ee1 stable

undo part of changeset f15007a6c642 * configure.ac: Do check for 'kill' function.
author John W. Eaton <jwe@octave.org>
date Tue, 07 Feb 2012 11:20:29 -0500
parents 3e4350f09a55
children 71efccec5936
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Mon Feb 06 15:54:10 2012 -0500
+++ b/configure.ac	Tue Feb 07 11:20:29 2012 -0500
@@ -1626,7 +1626,7 @@
 AC_CHECK_FUNCS(basename canonicalize_file_name \
   chmod dup2 endgrent endpwent execvp expm1 expm1f fork \
   getegid geteuid getgid getgrent getgrgid getgrnam getpgrp getpid \
-  getppid getpwent getpwuid getuid getwd _kbhit \
+  getppid getpwent getpwuid getuid getwd _kbhit kill \
   lgamma lgammaf lgamma_r lgammaf_r localtime_r log1p log1pf \
   mkstemp pipe putenv \
   realpath resolvepath rindex roundl select setgrent setlocale \