Skip to content

Commit dc1fbe4

Browse files
authored
Remove duplicated socket check (#12839)
Check is already done in configure.ac.
1 parent 63ae763 commit dc1fbe4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sapi/fpm/config.m4

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ AC_DEFUN([AC_FPM_STDLIBS],
99
[
1010
AC_CHECK_FUNCS(clearenv setproctitle setproctitle_fast)
1111
12-
AC_SEARCH_LIBS(socket, socket)
1312
AC_SEARCH_LIBS(inet_addr, nsl)
1413
])
1514

0 commit comments

Comments
 (0)