From 84d30dffb690fe9eb0186ba45107f6658d6bc3aa Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 29 Nov 2005 16:17:53 +0000 Subject: Yang Tse's fix of the inet_pton check --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1341e561e..5d8b2f7b3 100644 --- a/configure.ac +++ b/configure.ac @@ -1604,7 +1604,8 @@ AC_CHECK_DECL(basename, , ) AC_CHECK_DECL(inet_pton, , - AC_DEFINE(HAVE_NO_INET_PTON_PROTO), + AC_DEFINE(HAVE_NO_INET_PTON_PROTO, 1, + [Defined if no inet_pton() prototype available]), [ #ifdef HAVE_ARPA_INET_H #include -- cgit v1.2.3