mirror of
https://github.com/aria2/aria2.git
synced 2026-04-02 18:59:20 +00:00
2009-04-14 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Set conditional HAVE_GETADDRINFO true for mingw32. It was accidentally set to false in r1162. * configure.ac
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2009-04-14 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Set conditional HAVE_GETADDRINFO true for mingw32. It was
|
||||
accidentally set to false in r1162.
|
||||
* configure.ac
|
||||
|
||||
2009-04-13 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Code cleanup
|
||||
|
||||
2
configure
vendored
2
configure
vendored
@@ -21612,7 +21612,7 @@ done
|
||||
|
||||
case "$target" in
|
||||
*mingw*)
|
||||
if false; then
|
||||
if true; then
|
||||
HAVE_GETADDRINFO_TRUE=
|
||||
HAVE_GETADDRINFO_FALSE='#'
|
||||
else
|
||||
|
||||
@@ -317,7 +317,7 @@ AC_CHECK_FUNCS([timegm],
|
||||
case "$target" in
|
||||
*mingw*)
|
||||
dnl defined in ws2tcpip.h, but only if _WIN32_WINNT >= 0x0501
|
||||
AM_CONDITIONAL([HAVE_GETADDRINFO], false)
|
||||
AM_CONDITIONAL([HAVE_GETADDRINFO], true)
|
||||
dnl defined in ws2tcpip.h, but missing in C:\mingw\lib\libws2_32.a
|
||||
AM_CONDITIONAL([HAVE_GAI_STRERROR], false)
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user