diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
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 |