summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorXavier de Gaye <xdegaye@users.sourceforge.net>2016-12-21 17:30:50 +0100
committerXavier de Gaye <xdegaye@users.sourceforge.net>2016-12-21 17:30:50 +0100
commita1cb68960206033f560652e6a8e0460559f1cbdd (patch)
tree97efccf73fedf8ab3bf1343fb0b9d4a9b3a0dbca /configure
parent3d42225e3d87fea830b43de781ca8cfa0dd0fcea (diff)
parent40e320b31e51a8994725ae330884fdbfc043f357 (diff)
downloadcpython-git-a1cb68960206033f560652e6a8e0460559f1cbdd.tar.gz
Issue #28538: Merge 3.6.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure16
1 files changed, 14 insertions, 2 deletions
diff --git a/configure b/configure
index 312ff8ace0..c7207e7e2f 100755
--- a/configure
+++ b/configure
@@ -12649,13 +12649,25 @@ fi
rm -f core conftest.err conftest.$ac_objext \
conftest$ac_exeext conftest.$ac_ext
-# On Android API level 24 if_nameindex() is available, but the if_nameindex
-# structure is not defined.
+# On Android API level 24 with android-ndk-r13, if_nameindex() is available,
+# but the if_nameindex structure is not defined.
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for if_nameindex" >&5
$as_echo_n "checking for if_nameindex... " >&6; }
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
+#include <stdio.h>
+#ifdef STDC_HEADERS
+# include <stdlib.h>
+# include <stddef.h>
+#else
+# ifdef HAVE_STDLIB_H
+# include <stdlib.h>
+# endif
+#endif
+#ifdef HAVE_SYS_SOCKET_H
+# include <sys/socket.h>
+#endif
#ifdef HAVE_NET_IF_H
# include <net/if.h>
#endif