]> granicus.if.org Git - curl/commit
configure: fix recv/send/select detection on Android
authorhhb <haibohuang2010@gmail.com>
Fri, 18 Jan 2019 23:03:49 +0000 (15:03 -0800)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 19 Jan 2019 19:24:00 +0000 (20:24 +0100)
commit21c379421169b1e2bed61214e090c454577a5790
treedff5d84cc222ac2f4bcbbe6b042d30d6f2ad5b1f
parent09662337441c40c23da7b557c4cceacd7cc3b76e
configure: fix recv/send/select detection on Android

This reverts commit d4f25201fb7da03fc88f90d51101beb3d0026db9.

The overloadable attribute is removed again starting from
NDK17. Actually they only exist in two NDK versions (15 and 16). With
overloadable, the first condition tried will succeed. Results in wrong
detection result.

Closes #3484
acinclude.m4