projects
/
skeinsum.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b3776f
)
Include strerror with AC_CHECK_FUNCS
author
Jason Self
<j@jxself.org>
Sun, 24 Feb 2019 16:21:12 +0000
(08:21 -0800)
committer
Jason Self
<j@jxself.org>
Sun, 24 Feb 2019 16:21:12 +0000
(08:21 -0800)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 770a7c1ac0ac7045dc5949cb645a82a11fafa69d..87ab1863fc0174313ceec902b4c8987c51626dfd 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-20,7
+20,7
@@
AC_TYPE_SIZE_T
# Checks for library functions.
AC_FUNC_MALLOC
-AC_CHECK_FUNCS([memset])
+AC_CHECK_FUNCS([memset
strerror
])
AC_SYS_LARGEFILE