Fixed a syntax error
This commit is contained in:
@@ -1840,13 +1840,13 @@ then
|
|||||||
AC_DEFINE(DISABLED_THREADSAFE, 1,
|
AC_DEFINE(DISABLED_THREADSAFE, 1,
|
||||||
[Set to explicitly specify we don't want to use thread-safe functions])
|
[Set to explicitly specify we don't want to use thread-safe functions])
|
||||||
else
|
else
|
||||||
if test "$ipv6" != "yes"; then
|
dnl if test "$ipv6" != "yes"; then
|
||||||
dnl dig around for gethostbyname_r()
|
dnl dig around for gethostbyname_r()
|
||||||
dnl the old gethostbyname_r check was done here
|
dnl the old gethostbyname_r check was done here
|
||||||
|
|
||||||
dnl dig around for gethostbyaddr_r()
|
dnl dig around for gethostbyaddr_r()
|
||||||
dnl the old gethostbyaddr_r check was here BUT COMMENTED OUT
|
dnl the old gethostbyaddr_r check was here BUT COMMENTED OUT
|
||||||
fi
|
dnl fi
|
||||||
|
|
||||||
dnl poke around for inet_ntoa_r()
|
dnl poke around for inet_ntoa_r()
|
||||||
CURL_CHECK_INET_NTOA_R()
|
CURL_CHECK_INET_NTOA_R()
|
||||||
|
|||||||
Reference in New Issue
Block a user