mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-23 03:33:34 -04:00
32 lines
1.0 KiB
Plaintext
32 lines
1.0 KiB
Plaintext
$NetBSD: patch-aa,v 1.2 2010/10/27 14:04:14 obache Exp $
|
|
|
|
--- configure.orig 2010-10-21 17:01:15.000000000 +0000
|
|
+++ configure
|
|
@@ -22311,7 +22311,7 @@ rm -f core conftest.err conftest.$ac_obj
|
|
echo "${ECHO_T}$flag_ok" >&6; }
|
|
|
|
|
|
- if test "x$ERROR_CFLAGS" == "x"
|
|
+ if test "x$ERROR_CFLAGS" = "x"
|
|
then
|
|
|
|
{ echo "$as_me:$LINENO: checking to see if compiler understands -errwarn=%all,no%E_EMPTY_DECLARATION,no%E_STATEMENT_NOT_REACHED" >&5
|
|
@@ -22435,7 +22435,7 @@ rm -f core conftest.err conftest.$ac_obj
|
|
echo "${ECHO_T}$flag_ok" >&6; }
|
|
|
|
|
|
- if test "x$ERROR_CFLAGS" == "x"
|
|
+ if test "x$ERROR_CFLAGS" = "x"
|
|
then
|
|
|
|
{ echo "$as_me:$LINENO: checking to see if compiler understands -errwarn=%all" >&5
|
|
@@ -24054,7 +24054,7 @@ else
|
|
SUNCC="no"
|
|
fi
|
|
|
|
- if test "x$SUNCC" == "xyes"; then
|
|
+ if test "x$SUNCC" = "xyes"; then
|
|
|
|
{ echo "$as_me:$LINENO: checking to see if compiler understands -xO5" >&5
|
|
echo $ECHO_N "checking to see if compiler understands -xO5... $ECHO_C" >&6; }
|