]> git.ipfire.org Git - thirdparty/curl.git/commit
Sort of "fixed" KNOWN_BUGS #4: curl now builds IPv6 enabled on AIX 4.3. At
authorDaniel Stenberg <daniel@haxx.se>
Mon, 2 May 2005 14:06:27 +0000 (14:06 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 2 May 2005 14:06:27 +0000 (14:06 +0000)
commit07e58aaa79d87f4911bc383bec7f92ee8df97ab0
tree41e647116e55da2fceed51df7831c727ada27a6d
parenta31ddd363bb125e852b57a715200b8f276c731fb
Sort of "fixed" KNOWN_BUGS #4: curl now builds IPv6 enabled on AIX 4.3. At
least it should no longer cause a compiler error. However, it does not have
AI_NUMERICHOST so we cannot getaddrinfo() any numerical addresses with it (we
use that for FTP PORT/EPRT)! So, I modified the configure check that checks if
the getaddrinfo() is working, to use AI_NUMERICHOST since then it'll fail on
AIX 4.3 and it will automatically build with IPv6 support disabled.
CHANGES
acinclude.m4
docs/KNOWN_BUGS