diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 32 |
1 files changed, 11 insertions, 21 deletions
@@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.366 . +# From configure.in Revision: 1.367 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.53 for python 2.3. # @@ -16525,13 +16525,6 @@ _ACEOF fi -# THIS MUST BE LAST, IT CAN BREAK OTHER TESTS! -# Add sys/socket.h to confdefs.h -cat >> confdefs.h <<\EOF -#ifdef HAVE_SYS_SOCKET_H -#include <sys/socket.h> -#endif -EOF echo "$as_me:$LINENO: checking for socklen_t" >&5 echo $ECHO_N "checking for socklen_t... $ECHO_C" >&6 if test "${ac_cv_type_socklen_t+set}" = set; then @@ -16540,7 +16533,15 @@ else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" #include "confdefs.h" -$ac_includes_default + +#ifdef HAVE_SYS_TYPES_H +#include <sys/types.h> +#endif +#ifdef HAVE_SYS_SOCKET_H +#include <sys/socket.h> +#endif + + #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" @@ -16584,24 +16585,13 @@ if test $ac_cv_type_socklen_t = yes; then : else -cat >>confdefs.h <<_ACEOF +cat >>confdefs.h <<\_ACEOF #define socklen_t int _ACEOF fi -#AC_MSG_CHECKING(for Modules/Setup) -#if test ! -f Modules/Setup ; then -# if test ! -d Modules ; then -# mkdir Modules -# fi -# cp "$srcdir/Modules/Setup.dist" Modules/Setup -# AC_MSG_RESULT(creating) -#else -# AC_MSG_RESULT(already exists) -#fi - for h in `(cd $srcdir;echo Python/thread_*.h)` |