summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>1999-12-07 18:18:17 +0000
committerAndrei Zmievski <andrei@php.net>1999-12-07 18:18:17 +0000
commitbe197551c7c80a6c13f59b70af58b003f3bc49d2 (patch)
tree5d7f15dbc3ff7784a8d6872ac4182b869f7bf2c2
parent7284ec7ab4d43b317e5e9e90b9683b06af65c6d1 (diff)
downloadphp-git-be197551c7c80a6c13f59b70af58b003f3bc49d2.tar.gz
Revert the patch.
-rw-r--r--configure.in5
1 files changed, 1 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index e4885ca1ae..555640ad45 100644
--- a/configure.in
+++ b/configure.in
@@ -193,10 +193,7 @@ AC_CHECK_LIB(m, sin)
AC_CHECK_LIB(bind, inet_aton, [
AC_ADD_LIBRARY(bind)
- AC_DEFINE(HAVE_LIBBIND) ], [
- AC_CHECK_LIB(bind, __inet_aton, [
- AC_ADD_LIBRARY(bind)
- AC_DEFINE(HAVE_LIBBIND) ], []) ])
+ AC_DEFINE(HAVE_LIBBIND) ], [])
AC_CHECK_LIB(resolv, inet_aton)