comparison configure.ac @ 10256:c84186ad78f3

configure.ac: don't check for strerror
author John W. Eaton <jwe@octave.org>
date Wed, 03 Feb 2010 05:31:47 -0500
parents dc088edd9a78
children cd550069240e
comparison
equal deleted inserted replaced
10255:dc088edd9a78 10256:c84186ad78f3
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 \ 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 strerror strsignal tempnam tgammaf trunc umask \ 1499 snprintf 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>]])