diff options
| author | Jun T <takimoto-j@kba.biglobe.ne.jp> | 2013-10-27 00:41:03 +0900 |
|---|---|---|
| committer | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2013-10-27 00:00:56 +0100 |
| commit | ef4d20ad6fde1ca519a19ad60f2c31d86f5b1d98 (patch) | |
| tree | e328dcbb8127ce13408d57af693e1a386b84fb6f /configure.ac | |
| parent | 31890 + 31891: Add NEWS for new features since 5.0.2 (diff) | |
| download | zsh-ef4d20ad6fde1ca519a19ad60f2c31d86f5b1d98.tar zsh-ef4d20ad6fde1ca519a19ad60f2c31d86f5b1d98.tar.gz zsh-ef4d20ad6fde1ca519a19ad60f2c31d86f5b1d98.tar.bz2 zsh-ef4d20ad6fde1ca519a19ad60f2c31d86f5b1d98.tar.lz zsh-ef4d20ad6fde1ca519a19ad60f2c31d86f5b1d98.tar.xz zsh-ef4d20ad6fde1ca519a19ad60f2c31d86f5b1d98.tar.zst zsh-ef4d20ad6fde1ca519a19ad60f2c31d86f5b1d98.zip | |
31902: rationalise use of gamma function.
Make zsh/mathfunc consistent across systems and use tgamma() where
available
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c3debd8ad..c3093f20d 100644 --- a/configure.ac +++ b/configure.ac @@ -1222,7 +1222,7 @@ AC_CHECK_FUNCS(strftime strptime mktime timelocal \ getrlimit getrusage \ setlocale \ uname \ - signgam \ + signgam tgamma \ putenv getenv setenv unsetenv xw\ brk sbrk \ pathconf sysconf \ |
