diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/configure b/configure index 3d4284002a0..95db2708304 100755 --- a/configure +++ b/configure @@ -20908,8 +20908,6 @@ fi -if test x"$template" != x"win32" -then echo "$as_me:$LINENO: checking for POSIX signal interface" >&5 echo $ECHO_N "checking for POSIX signal interface... $ECHO_C" >&6 if test "${pgac_cv_func_posix_signals+set}" = set; then @@ -20988,7 +20986,6 @@ echo "$as_me: error: " >&2;} { (exit 1); exit 1; }; } fi -fi if test $ac_cv_func_fseeko = yes; then # Check whether --enable-largefile or --disable-largefile was given. @@ -22435,8 +22432,6 @@ done # defined. Cross compiling throws a warning. # if test "$enable_thread_safety_force" = yes; then -if test x"$template" != x"win32" -then { echo "$as_me:$LINENO: WARNING: *** Skipping thread test program. --enable-thread-safety-force was used. *** Run the program in src/tools/thread on the your machine and add @@ -22449,13 +22444,7 @@ echo "$as_me: WARNING: proper locking function calls to your applications to guarantee thread safety. " >&2;} -else -{ echo "$as_me:$LINENO: WARNING: *** Skipping thread test on Win32" >&5 -echo "$as_me: WARNING: *** Skipping thread test on Win32" >&2;} -fi elif test "$enable_thread_safety" = yes; then -if test x"$template" != x"win32" -then echo "$as_me:$LINENO: checking thread safety of required library functions" >&5 echo $ECHO_N "checking thread safety of required library functions... $ECHO_C" >&6 @@ -22528,10 +22517,6 @@ rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftes fi CFLAGS="$_CFLAGS" LIBS="$_LIBS" -else -{ echo "$as_me:$LINENO: WARNING: *** Skipping thread test on Win32" >&5 -echo "$as_me: WARNING: *** Skipping thread test on Win32" >&2;} -fi fi # prepare build tree if outside source tree |