User PORTNAME for win32 tests, rather than $template, for consistency.
This commit is contained in:
parent
b581b85406
commit
0b1e4f8530
6
configure
vendored
6
configure
vendored
@ -21710,7 +21710,7 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
if test x"$template" != x"win32"
|
if "$PORTNAME" != "win32"
|
||||||
then
|
then
|
||||||
echo "$as_me:$LINENO: checking for POSIX signal interface" >&5
|
echo "$as_me:$LINENO: checking for POSIX signal interface" >&5
|
||||||
echo $ECHO_N "checking for POSIX signal interface... $ECHO_C" >&6
|
echo $ECHO_N "checking for POSIX signal interface... $ECHO_C" >&6
|
||||||
@ -23252,7 +23252,7 @@ done
|
|||||||
# defined. Cross compiling throws a warning.
|
# defined. Cross compiling throws a warning.
|
||||||
#
|
#
|
||||||
if test "$enable_thread_safety_force" = yes; then
|
if test "$enable_thread_safety_force" = yes; then
|
||||||
if test x"$template" != x"win32"
|
if "$PORTNAME" != "win32"
|
||||||
then
|
then
|
||||||
{ echo "$as_me:$LINENO: WARNING:
|
{ echo "$as_me:$LINENO: WARNING:
|
||||||
*** Skipping thread test program. --enable-thread-safety-force was used.
|
*** Skipping thread test program. --enable-thread-safety-force was used.
|
||||||
@ -23269,7 +23269,7 @@ else
|
|||||||
echo "$as_me: WARNING: *** skipping thread test on Win32" >&2;}
|
echo "$as_me: WARNING: *** skipping thread test on Win32" >&2;}
|
||||||
fi
|
fi
|
||||||
elif test "$enable_thread_safety" = yes; then
|
elif test "$enable_thread_safety" = yes; then
|
||||||
if test x"$template" != x"win32"
|
if "$PORTNAME" != "win32"
|
||||||
then
|
then
|
||||||
echo "$as_me:$LINENO: checking thread safety of required library functions" >&5
|
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
|
echo $ECHO_N "checking thread safety of required library functions... $ECHO_C" >&6
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
dnl Process this file with autoconf to produce a configure script.
|
dnl Process this file with autoconf to produce a configure script.
|
||||||
dnl $PostgreSQL: pgsql/configure.in,v 1.504 2007/03/26 02:37:16 tgl Exp $
|
dnl $PostgreSQL: pgsql/configure.in,v 1.505 2007/03/26 19:46:56 momjian Exp $
|
||||||
dnl
|
dnl
|
||||||
dnl Developers, please strive to achieve this order:
|
dnl Developers, please strive to achieve this order:
|
||||||
dnl
|
dnl
|
||||||
@ -1328,7 +1328,7 @@ AC_CHECK_TYPES([int8, uint8, int64, uint64], [], [],
|
|||||||
AC_CHECK_TYPES(sig_atomic_t, [], [], [#include <signal.h>])
|
AC_CHECK_TYPES(sig_atomic_t, [], [], [#include <signal.h>])
|
||||||
|
|
||||||
|
|
||||||
if test x"$template" != x"win32"
|
if "$PORTNAME" != "win32"
|
||||||
then
|
then
|
||||||
PGAC_FUNC_POSIX_SIGNALS
|
PGAC_FUNC_POSIX_SIGNALS
|
||||||
if test "$pgac_cv_func_posix_signals" != yes -a "$enable_thread_safety" = yes; then
|
if test "$pgac_cv_func_posix_signals" != yes -a "$enable_thread_safety" = yes; then
|
||||||
@ -1415,7 +1415,7 @@ AC_CHECK_PROGS(SGMLSPL, sgmlspl)
|
|||||||
# defined. Cross compiling throws a warning.
|
# defined. Cross compiling throws a warning.
|
||||||
#
|
#
|
||||||
if test "$enable_thread_safety_force" = yes; then
|
if test "$enable_thread_safety_force" = yes; then
|
||||||
if test x"$template" != x"win32"
|
if "$PORTNAME" != "win32"
|
||||||
then
|
then
|
||||||
AC_MSG_WARN([
|
AC_MSG_WARN([
|
||||||
*** Skipping thread test program. --enable-thread-safety-force was used.
|
*** Skipping thread test program. --enable-thread-safety-force was used.
|
||||||
@ -1426,7 +1426,7 @@ else
|
|||||||
AC_MSG_WARN([*** skipping thread test on Win32])
|
AC_MSG_WARN([*** skipping thread test on Win32])
|
||||||
fi
|
fi
|
||||||
elif test "$enable_thread_safety" = yes; then
|
elif test "$enable_thread_safety" = yes; then
|
||||||
if test x"$template" != x"win32"
|
if "$PORTNAME" != "win32"
|
||||||
then
|
then
|
||||||
AC_MSG_CHECKING([thread safety of required library functions])
|
AC_MSG_CHECKING([thread safety of required library functions])
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user