summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2010-04-25 21:18:48 (GMT)
committerMatthias Klose <doko@ubuntu.com>2010-04-25 21:18:48 (GMT)
commitbada4c39a12c8cd75c5270a53b090a8bdef867ac (patch)
tree8890157db4acc4369a35cb4590612ab0922c98fa /configure
parent44d3d7854b2c074f80bfee2e9523f246cf850bba (diff)
downloadcpython-bada4c39a12c8cd75c5270a53b090a8bdef867ac.zip
cpython-bada4c39a12c8cd75c5270a53b090a8bdef867ac.tar.gz
cpython-bada4c39a12c8cd75c5270a53b090a8bdef867ac.tar.bz2
configure.in: Avoid autoconf warning: Assume C89 semantics that
RETSIGTYPE is always void (issue #8510).
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure32
1 files changed, 2 insertions, 30 deletions
diff --git a/configure b/configure
index 079ca38..a29a021 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Revision: 80475 .
+# From configure.in Revision: 80478 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.65 for python 3.2.
#
@@ -6417,39 +6417,11 @@ _ACEOF
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
-$as_echo_n "checking return type of signal handlers... " >&6; }
-if test "${ac_cv_type_signal+set}" = set; then :
- $as_echo_n "(cached) " >&6
-else
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-#include <sys/types.h>
-#include <signal.h>
-
-int
-main ()
-{
-return *(signal (0, 0)) (0) == 1;
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
- ac_cv_type_signal=int
-else
- ac_cv_type_signal=void
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
-$as_echo "$ac_cv_type_signal" >&6; }
cat >>confdefs.h <<_ACEOF
-#define RETSIGTYPE $ac_cv_type_signal
+#define RETSIGTYPE void
_ACEOF
-
ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
if test "x$ac_cv_type_size_t" = x""yes; then :