comparison configure.ac @ 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
comparison
equal deleted inserted replaced
10254:874510cea891 10255:dc088edd9a78
1491 AC_CHECK_FUNCS(basename canonicalize_file_name \ 1491 AC_CHECK_FUNCS(basename canonicalize_file_name \
1492 chmod dup2 endgrent endpwent execvp expm1 expm1f fcntl fork \ 1492 chmod dup2 endgrent endpwent execvp expm1 expm1f fcntl fork \
1493 getegid geteuid getgid getgrent getgrgid getgrnam getpgrp getpid \ 1493 getegid geteuid getgid getgrent getgrgid getgrnam getpgrp getpid \
1494 getppid getpwent getpwuid getuid getwd _kbhit kill \ 1494 getppid getpwent getpwuid getuid getwd _kbhit kill \
1495 lgamma lgammaf lgamma_r lgammaf_r localtime_r log1p log1pf \ 1495 lgamma lgammaf lgamma_r lgammaf_r localtime_r log1p log1pf \
1496 mkstemp pipe putenv raise \ 1496 mkstemp pipe putenv \
1497 realpath resolvepath rindex roundl select setgrent setlocale \ 1497 realpath resolvepath rindex roundl select setgrent setlocale \
1498 setpwent setvbuf siglongjmp \ 1498 setpwent setvbuf siglongjmp \
1499 snprintf strdup strerror strsignal tempnam tgammaf trunc umask \ 1499 snprintf strerror strsignal tempnam tgammaf trunc umask \
1500 uname utime vfprintf vsprintf vsnprintf waitpid \ 1500 uname utime vfprintf vsprintf vsnprintf waitpid \
1501 _chmod _snprintf x_utime _utime32) 1501 _chmod _snprintf x_utime _utime32)
1502 1502
1503 AC_LANG_PUSH(C++) 1503 AC_LANG_PUSH(C++)
1504 AC_CHECK_DECLS([exp2, round, tgamma], [], [], [[#include <cmath>]]) 1504 AC_CHECK_DECLS([exp2, round, tgamma], [], [], [[#include <cmath>]])