mirror of
https://github.com/php/php-src.git
synced 2026-04-25 08:58:28 +02:00
Remove duplicated socket check (#12839)
Check is already done in configure.ac.
This commit is contained in:
@@ -9,7 +9,6 @@ AC_DEFUN([AC_FPM_STDLIBS],
|
||||
[
|
||||
AC_CHECK_FUNCS(clearenv setproctitle setproctitle_fast)
|
||||
|
||||
AC_SEARCH_LIBS(socket, socket)
|
||||
AC_SEARCH_LIBS(inet_addr, nsl)
|
||||
])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user