From: Martin Kraemer Date: Tue, 11 Apr 2000 13:47:20 +0000 (+0000) Subject: In my libnsl, there's gethostname but not gethostbyname X-Git-Tag: apache-doc-split-01~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62c2756b58f2a5d289ec3a559132b457d64898e1;p=thirdparty%2Fapache%2Fhttpd.git In my libnsl, there's gethostname but not gethostbyname git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84944 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/configure.in b/configure.in index 4acbad16668..7dbd18ff89c 100644 --- a/configure.in +++ b/configure.in @@ -88,6 +88,7 @@ bzero \ ) AC_CHECK_LIB(nsl, gethostbyname) +AC_CHECK_LIB(nsl, gethostname) AC_CHECK_LIB(socket, socket) AC_CHECK_FUNCS(inet_addr inet_network, break, [