mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
- Revert the removal of dlopen check here.
# Left HAVE_LIBDL undefined for some reason
This commit is contained in:
parent
3d8e33f06a
commit
47ca8127bb
1 changed files with 1 additions and 0 deletions
|
@ -278,6 +278,7 @@ PHP_CHECK_FUNC(gethostname, nsl)
|
||||||
PHP_CHECK_FUNC(gethostbyaddr, nsl)
|
PHP_CHECK_FUNC(gethostbyaddr, nsl)
|
||||||
PHP_CHECK_FUNC(yp_get_default_domain, nsl)
|
PHP_CHECK_FUNC(yp_get_default_domain, nsl)
|
||||||
|
|
||||||
|
AC_CHECK_LIB(dl, dlopen, [PHP_ADD_LIBRARY(dl)])
|
||||||
AC_CHECK_LIB(m, sin)
|
AC_CHECK_LIB(m, sin)
|
||||||
|
|
||||||
dnl Check for resolver routines.
|
dnl Check for resolver routines.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue