Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
sofia-sip
Commits
b6ff5992
Commit
b6ff5992
authored
Sep 12, 2005
by
Pekka Pessi
Browse files
Checking for poll(), too.
darcs-hash:20050911222751-65a35-4f3159759d4d2e7e8839dfe9fd21c32bf095e104.gz
parent
9912e03b
Changes
1
Hide whitespace changes
Inline
Side-by-side
m4/sac-su2.m4
View file @
b6ff5992
...
...
@@ -158,8 +158,8 @@ SAC_CHECK_SU_LIBS
# Checks for library functions.
# ===========================================================================
AC_CHECK_FUNCS(gettimeofday strerror random initstate tcsetattr flock)
AC_CHECK_FUNCS(socketpair gethostname getipnodebyname getaddrinfo
alarm
)
AC_CHECK_FUNCS(gettimeofday strerror random initstate tcsetattr flock
alarm
)
AC_CHECK_FUNCS(socketpair gethostname getipnodebyname getaddrinfo
poll
)
if false; then
# not yet
...
...
Write
Preview
Markdown
is supported
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