diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 31 |
1 files changed, 16 insertions, 15 deletions
@@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.389 . +# From configure.in Revision: 1.390 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.53 for python 2.3. # @@ -4746,7 +4746,7 @@ echo $ECHO_N "checking for makedev... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" #include "confdefs.h" - #include <sys/types.h> +#include <sys/types.h> #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" @@ -4786,8 +4786,8 @@ if test "$ac_cv_has_makedev" = "no"; then #line $LINENO "configure" #include "confdefs.h" - #define _OSF_SOURCE 1 - #include <sys/types.h> +#define _OSF_SOURCE 1 +#include <sys/types.h> #ifdef F77_DUMMY_MAIN # ifdef __cplusplus @@ -9159,7 +9159,7 @@ else #line $LINENO "configure" #include "confdefs.h" #include <stdio.h> - #include <pthread.h> +#include <pthread.h> main() { FILE *f=fopen("conftestval", "w"); @@ -10128,10 +10128,11 @@ echo $ECHO_N "checking for _POSIX_THREADS in unistd.h... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" #include "confdefs.h" + #include <unistd.h> - #ifdef _POSIX_THREADS - yes - #endif +#ifdef _POSIX_THREADS +yes +#endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | @@ -13189,13 +13190,13 @@ cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" #include "confdefs.h" - #if defined(MAJOR_IN_MKDEV) - #include <sys/mkdev.h> - #elif defined(MAJOR_IN_SYSMACROS) - #include <sys/sysmacros.h> - #else - #include <sys/types.h> - #endif +#if defined(MAJOR_IN_MKDEV) +#include <sys/mkdev.h> +#elif defined(MAJOR_IN_SYSMACROS) +#include <sys/sysmacros.h> +#else +#include <sys/types.h> +#endif #ifdef F77_DUMMY_MAIN # ifdef __cplusplus |