summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-09-21 03:39:44 (GMT)
committerBenjamin Peterson <benjamin@python.org>2016-09-21 03:39:44 (GMT)
commit637d1e2b0a7b12c25e1191a99d7297eadcd4c921 (patch)
tree35b45e4e968895c1d09b9cdbc2ab7f8867c71188 /configure
parentb6f3c0dca12768690da49d6e28d71f2910a101b6 (diff)
parent0c21214f3e583d541227df2239de377e796b55fa (diff)
downloadcpython-637d1e2b0a7b12c25e1191a99d7297eadcd4c921.zip
cpython-637d1e2b0a7b12c25e1191a99d7297eadcd4c921.tar.gz
cpython-637d1e2b0a7b12c25e1191a99d7297eadcd4c921.tar.bz2
merge 3.6
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure34
1 files changed, 0 insertions, 34 deletions
diff --git a/configure b/configure
index f14fa0b..ed1c77b 100755
--- a/configure
+++ b/configure
@@ -13543,40 +13543,6 @@ $as_echo "no" >&6; }
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-va_list_is_array=no
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether va_list is an array" >&5
-$as_echo_n "checking whether va_list is an array... " >&6; }
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
-#ifdef HAVE_STDARG_PROTOTYPES
-#include <stdarg.h>
-#else
-#include <varargs.h>
-#endif
-
-int
-main ()
-{
-va_list list1, list2; list1 = list2;
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
-
-else
-
-
-$as_echo "#define VA_LIST_IS_ARRAY 1" >>confdefs.h
-
- va_list_is_array=yes
-
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $va_list_is_array" >&5
-$as_echo "$va_list_is_array" >&6; }
-
# sigh -- gethostbyname_r is a mess; it can have 3, 5 or 6 arguments :-(