Skip to content

Commit 1cbb62e

Browse files
devnexennikic
authored andcommitted
Haiku proc_open build fix, *pty api resides on the BSD library
Closes GH-5770.
1 parent f89d84d commit 1cbb62e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -692,8 +692,8 @@ if test "$PHP_VALGRIND" != "no"; then
692692
fi
693693
fi
694694

695-
dnl Check for openpty. It may require linking against libutil.
696-
PHP_CHECK_FUNC(openpty, util)
695+
dnl Check for openpty. It may require linking against libutil or libbsd.
696+
PHP_CHECK_FUNC(openpty, util, bsd)
697697

698698
dnl General settings.
699699
dnl ----------------------------------------------------------------------------

0 commit comments

Comments
 (0)