summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorBruce Momjian2007-03-26 21:30:56 +0000
committerBruce Momjian2007-03-26 21:30:56 +0000
commit357be8c974fc0039cca0c88590358205b83ad77d (patch)
treec55c48efe1e9ce54ebfb7e076324620dfa799a3c /configure
parent0b1e4f8530139c5191f2b630743a7f6453d92843 (diff)
Properly fix PORTNAME in configure.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index d5cd3f158d9..72d66b988aa 100755
--- a/configure
+++ b/configure
@@ -21710,7 +21710,7 @@ fi
-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
@@ -23252,7 +23252,7 @@ done
# 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.
@@ -23269,7 +23269,7 @@ else
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