CURL_CHECK_FUNC_RECVFROM: android/bionic fix
authorManuel Massing <m.massing@warped-space.de>
Sat, 12 Mar 2011 22:38:10 +0000 (23:38 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 12 Mar 2011 22:38:10 +0000 (23:38 +0100)
commitc042340b2a8d503488a93e48b79878158606bd16
tree0478aaabbc6e3f6dc7606036f1718539e79a5c4a
parentb8478187406cf625c9d0f10b45a082221130cc92
CURL_CHECK_FUNC_RECVFROM: android/bionic fix

recvfrom in bionic (the android libc) deviates from POSIX and uses a
const in the 5th argument ("const struct sockaddr *") so the check now
tests for that as well.
acinclude.m4