Skip to content
Snippets Groups Projects
Commit b5b78ebd authored by Niels Möller's avatar Niels Möller
Browse files

Check for sleep and getpid.

Rev: src/argp/configure.ac:1.15
parent 4a374ef1
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ LSH_GCC_ATTRIBUTES ...@@ -38,7 +38,7 @@ LSH_GCC_ATTRIBUTES
# Checks for library functions. # Checks for library functions.
AC_FUNC_ALLOCA AC_FUNC_ALLOCA
AC_FUNC_VPRINTF AC_FUNC_VPRINTF
AC_CHECK_FUNCS(strerror) AC_CHECK_FUNCS(strerror, sleep, getpid)
AC_REPLACE_FUNCS(mempcpy strndup strchrnul) AC_REPLACE_FUNCS(mempcpy strndup strchrnul)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment