Mercurial > hg > octave-lyh
diff configure.ac @ 10244:b0485f5a921e
assume atexit exists
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Tue, 02 Feb 2010 02:45:14 -0500 |
parents | 8cea060a6c85 |
children | 4ea0bda308b7 |
line wrap: on
line diff
--- a/configure.ac +++ b/configure.ac @@ -1495,12 +1495,12 @@ ### Checks for functions and variables. -AC_CHECK_FUNCS(atexit basename canonicalize_file_name \ +AC_CHECK_FUNCS(basename canonicalize_file_name \ chmod dup2 endgrent endpwent execvp expm1 expm1f fcntl fork getcwd \ 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 on_exit pipe poll putenv raise \ + mkstemp pipe poll putenv raise \ realpath resolvepath rindex roundl select setgrent setlocale \ setpwent setvbuf sigaction siglongjmp sigpending sigprocmask sigsuspend \ snprintf strdup strerror strsignal tempnam tgammaf trunc umask \