curl-library
Last curl/configure.ac patch breaks automatic builds (was Re: Yet another minor patch)
From: Yang Tse <yangsita_at_gmail.com>
Date: Tue, 29 Nov 2005 03:54:37 +0100
Date: Tue, 29 Nov 2005 03:54:37 +0100
Daniel,
Keep previous patch, and apply this one...
diff -urp c:\f\curl-old/curl/configure.ac c:\f\curl-new/curl/configure.ac
--- c:\f\curl-old/curl/configure.ac 2005-11-28 21:21:35.000000000 +0100
+++ c:\f\curl-new/curl/configure.ac 2005-11-29 03:42:33.205201600 +0100
@@ -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 <arpa/inet.h>
Regards,
Yang
Received on 2005-11-29