-if "$PORTNAME" != "win32"
+if test "$PORTNAME" != "win32"
then
echo "$as_me:$LINENO: checking for POSIX signal interface" >&5
echo $ECHO_N "checking for POSIX signal interface... $ECHO_C" >&6
# defined. Cross compiling throws a warning.
#
if test "$enable_thread_safety_force" = yes; then
-if "$PORTNAME" != "win32"
+if test "$PORTNAME" != "win32"
then
{ echo "$as_me:$LINENO: WARNING:
*** Skipping thread test program. --enable-thread-safety-force was used.
echo "$as_me: WARNING: *** skipping thread test on Win32" >&2;}
fi
elif test "$enable_thread_safety" = yes; then
-if "$PORTNAME" != "win32"
+if test "$PORTNAME" != "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
dnl Process this file with autoconf to produce a configure script.
-dnl $PostgreSQL: pgsql/configure.in,v 1.505 2007/03/26 19:46:56 momjian Exp $
+dnl $PostgreSQL: pgsql/configure.in,v 1.506 2007/03/26 21:30:56 momjian Exp $
dnl
dnl Developers, please strive to achieve this order:
dnl
AC_CHECK_TYPES(sig_atomic_t, [], [], [#include <signal.h>])
-if "$PORTNAME" != "win32"
+if test "$PORTNAME" != "win32"
then
PGAC_FUNC_POSIX_SIGNALS
if test "$pgac_cv_func_posix_signals" != yes -a "$enable_thread_safety" = yes; then
# defined. Cross compiling throws a warning.
#
if test "$enable_thread_safety_force" = yes; then
-if "$PORTNAME" != "win32"
+if test "$PORTNAME" != "win32"
then
AC_MSG_WARN([
*** Skipping thread test program. --enable-thread-safety-force was used.
AC_MSG_WARN([*** skipping thread test on Win32])
fi
elif test "$enable_thread_safety" = yes; then
-if "$PORTNAME" != "win32"
+if test "$PORTNAME" != "win32"
then
AC_MSG_CHECKING([thread safety of required library functions])