Skip to content

Commit 1a5b1f2

Browse files
committed
Haiku fix proc_open module build.
*pty api resides in a separated BSD library.
1 parent 4e7cac8 commit 1a5b1f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

configure.ac

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -694,6 +694,8 @@ fi
694694

695695
dnl Check for openpty. It may require linking against libutil.
696696
PHP_CHECK_FUNC(openpty, util)
697+
dnl Check for openpty for Haiku.
698+
PHP_CHECK_FUNC(openpty, bsd)
697699

698700
dnl General settings.
699701
dnl ----------------------------------------------------------------------------

0 commit comments

Comments
 (0)