about summary refs log tree commit diff
path: root/configure.ac
diff options
context:
space:
mode:
authordana <dana@dana.is>2018-08-12 03:20:37 -0500
committerPeter Stephenson <p.stephenson@samsung.com>2018-08-13 09:36:55 +0100
commitb21a641d4c63fce45736b635314e079ae360e5b2 (patch)
tree209514304b26af7f6abf4d22235d43d473410566 /configure.ac
parent99fd8c0fe97b6e481ea41c16c753f3033aa1b47a (diff)
downloadzsh-b21a641d4c63fce45736b635314e079ae360e5b2.tar.gz
zsh-b21a641d4c63fce45736b635314e079ae360e5b2.tar.xz
zsh-b21a641d4c63fce45736b635314e079ae360e5b2.zip
43275: Add log2 to match func
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 53c30c2cf..5e13c0f11 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1266,6 +1266,7 @@ AC_CHECK_FUNCS(strftime strptime mktime timelocal \
 	       isblank iswblank \
 	       uname \
 	       signgam tgamma \
+	       log2 \
 	       scalbn \
 	       putenv getenv setenv unsetenv xw\
 	       brk sbrk \