mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
24 lines
801 B
Plaintext
24 lines
801 B
Plaintext
$NetBSD: patch-configure,v 1.1 2013/10/11 13:32:25 fhajny Exp $
|
|
|
|
Portability.
|
|
--- configure.orig 2013-10-10 10:59:33.747311941 +0000
|
|
+++ configure
|
|
@@ -2548,7 +2548,7 @@ EOF
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
|
|
$as_echo "failed" >&6; }
|
|
X="`cat conftest.out`"
|
|
- if test "" == "warn"; then
|
|
+ if test "" = "warn"; then
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $X" >&5
|
|
$as_echo "$as_me: WARNING: $X" >&2;}
|
|
else
|
|
@@ -2630,7 +2630,7 @@ EOF
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
|
|
$as_echo "failed" >&6; }
|
|
X="`cat conftest.out`"
|
|
- if test "warn" == "warn"; then
|
|
+ if test "warn" = "warn"; then
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $X" >&5
|
|
$as_echo "$as_me: WARNING: $X" >&2;}
|
|
else
|