diff options
author | Benjamin Peterson <benjamin@python.org> | 2017-09-04 17:09:12 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-04 17:09:12 (GMT) |
commit | fc96f1e95ef1d6edd1eb4538da40259866422c5a (patch) | |
tree | a95637327b785d049142b74c452a8d127676705a /configure | |
parent | 1c1f8f30c03ca11952856f70ac5f0f7f8dcfd582 (diff) | |
download | cpython-fc96f1e95ef1d6edd1eb4538da40259866422c5a.zip cpython-fc96f1e95ef1d6edd1eb4538da40259866422c5a.tar.gz cpython-fc96f1e95ef1d6edd1eb4538da40259866422c5a.tar.bz2 |
remove configure check for 'volatile' (#3281)
This is a required feature is C99, which we require.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 26 |
1 files changed, 0 insertions, 26 deletions
@@ -13544,32 +13544,6 @@ fi works=no -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working volatile" >&5 -$as_echo_n "checking for working volatile... " >&6; } -cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ -volatile int x; x = 0; - ; - return 0; -} -_ACEOF -if ac_fn_c_try_compile "$LINENO"; then : - works=yes -else - -$as_echo "#define volatile /**/" >>confdefs.h - - -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $works" >&5 -$as_echo "$works" >&6; } - -works=no { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working signed char" >&5 $as_echo_n "checking for working signed char... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext |