Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
0a9ce967
Commit
0a9ce967
authored
Mar 01, 2011
by
JINMEI Tatuya
Browse files
[master] added -lrt when necessary for nanosleep. this will fix regression
for solaris build due to
#613
.
parent
db2594e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
0a9ce967
...
...
@@ -295,6 +295,7 @@ AC_SUBST(B10_CXXFLAGS)
AC_SEARCH_LIBS(inet_pton, [nsl])
AC_SEARCH_LIBS(recvfrom, [socket])
AC_SEARCH_LIBS(nanosleep, [rt])
# Checks for header files.
...
...
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