about summary refs log tree commit diff
path: root/configure.ac
diff options
context:
space:
mode:
authorJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2016-08-20 23:52:01 +0900
committerJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2016-08-20 23:52:01 +0900
commit4b2810ab2d6be3d1cf811e53d3b4f57630821108 (patch)
tree818d7747920e1fd33d589f4a6028fd22368d4db0 /configure.ac
parent1c6d3e3f04363b252be7cd3f6f1a7fa29e522227 (diff)
downloadzsh-4b2810ab2d6be3d1cf811e53d3b4f57630821108.tar.gz
zsh-4b2810ab2d6be3d1cf811e53d3b4f57630821108.tar.xz
zsh-4b2810ab2d6be3d1cf811e53d3b4f57630821108.zip
39064: use scalbn() instead of scalb() (mathfunc.c)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index bac62a638..0e0bd535a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1305,6 +1305,7 @@ AC_CHECK_FUNCS(strftime strptime mktime timelocal \
 	       setlocale \
 	       uname \
 	       signgam tgamma \
+	       scalbn \
 	       putenv getenv setenv unsetenv xw\
 	       brk sbrk \
 	       pathconf sysconf \