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
95cbe881
Commit
95cbe881
authored
Sep 03, 1998
by
Niels Möller
Browse files
Check for libraries xnet, nsl and socket.
Rev: src/configure.in:1.3
parent
a4ebeee7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/configure.in
View file @
95cbe881
...
...
@@ -24,5 +24,8 @@ AC_CHECK_SIZEOF(int, 4)
AC_CHECK_SIZEOF(long, 4)
dnl Checks for library functions.
AC_CHECK_LIB(xnet, inet_addr)
AC_CHECK_LIB(nsl, hostbyname)
AC_CHECK_LIB(socket, setsockopt)
AC_OUTPUT(Makefile, echo timestamp > stamp-h)
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