Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
b5b78ebd
Commit
b5b78ebd
authored
Mar 01, 2004
by
Niels Möller
Browse files
Check for sleep and getpid.
Rev: src/argp/configure.ac:1.15
parent
4a374ef1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/argp/configure.ac
View file @
b5b78ebd
...
...
@@ -38,7 +38,7 @@ LSH_GCC_ATTRIBUTES
# Checks for library functions.
AC_FUNC_ALLOCA
AC_FUNC_VPRINTF
AC_CHECK_FUNCS(strerror)
AC_CHECK_FUNCS(strerror
, sleep, getpid
)
AC_REPLACE_FUNCS(mempcpy strndup strchrnul)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment