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
8aa1dd6e
Commit
8aa1dd6e
authored
Apr 14, 2005
by
Niels Möller
Browse files
Warn if UNIX98 pty:s are unavailable.
Rev: configure.ac:1.59.2.1
parent
d2a344d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
8aa1dd6e
...
...
@@ -741,6 +741,8 @@ AH_TEMPLATE([HAVE_UNIX98_PTYS],
[Define if a we have working UNIX98 pty handling])
if test x$lsh_cv_sys_unix98_ptys = xyes; then
AC_DEFINE(HAVE_UNIX98_PTYS)
else
AC_MSG_WARN([No support for UNIX98 PTYs. PTY support disabled.])
fi
LSH_GCC_ATTRIBUTES
...
...
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