pkgsrc/chat/ejabberd/patches/patch-configure
fhajny 175f6a0ee8 Update ejabberd to 13.10.
Major changes since 2.1.13:
 * Huge improvements regarding performances
 * Optimized memory consumption
 * Clean code representation of xmlel records

Release notes (yet?) unavailable, changelog points at bug tracker:

https://support.process-one.net/secure/IssueNavigator.jspa?reset=true&jqlQuery=project+%3D+EJAB+AND+fixVersion+%3D+%22ejabberd+13.10%22
2013-10-11 13:32:25 +00:00

23 lines
801 B
Text

$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