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
a6229073
Commit
a6229073
authored
Jan 14, 1999
by
Niels Möller
Browse files
* configure.in: Check for poll.h, sys/poll.h and crypt.h.
Rev: src/configure.in:1.27
parent
b144ab81
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/configure.in
View file @
a6229073
...
...
@@ -99,6 +99,8 @@ fi
AC_CHECK_HEADERS(fcntl.h strings.h sys/time.h unistd.h)
AC_CHECK_HEADERS(shadow.h)
AC_CHECK_HEADERS(zlib.h,, [with_zlib=no])
AC_CHECK_HEADERS(poll.h sys/poll.h)
AC_CHECK_HEADERS(crypt.h)
dnl Should we use zlib?
...
...
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