Mercurial > hg > octave-nkf
diff configure.ac @ 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 | 99428221b4e1 |
children | 9b23169e2712 95c43fc8dbe1 |
line wrap: on
line diff
--- a/configure.ac +++ b/configure.ac @@ -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 \