1
0
mirror of https://github.com/php/php-src.git synced 2026-04-10 09:33:06 +02:00

Fixed the problem with libbind (again).

This commit is contained in:
foobar
2001-03-26 21:34:59 +00:00
parent 3e2ff3409a
commit badb701caf

View File

@@ -253,9 +253,10 @@ AC_CHECK_LIB(m, sin)
AC_CHECK_LIB(bind, inet_aton, [
AC_ADD_LIBRARY(bind)
AC_DEFINE(HAVE_LIBBIND,1,[Whether you have bind]) ], [
AC_CHECK_LIB(resolv, inet_aton)
AC_CHECK_LIB(bind, __inet_aton, [], [
AC_CHECK_LIB(resolv, inet_aton)
])
])
AC_CHECK_LIB(bind, __inet_aton)
dnl The res_search may be in libsocket as well, and if it is