mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Haiku proc_open build fix, *pty api resides on the BSD library
Closes GH-5770.
This commit is contained in:
parent
f89d84d622
commit
1cbb62e82d
1 changed files with 2 additions and 2 deletions
|
@ -692,8 +692,8 @@ if test "$PHP_VALGRIND" != "no"; then
|
|||
fi
|
||||
fi
|
||||
|
||||
dnl Check for openpty. It may require linking against libutil.
|
||||
PHP_CHECK_FUNC(openpty, util)
|
||||
dnl Check for openpty. It may require linking against libutil or libbsd.
|
||||
PHP_CHECK_FUNC(openpty, util, bsd)
|
||||
|
||||
dnl General settings.
|
||||
dnl ----------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue