diff options
Diffstat (limited to 'net-im/ejabberd/files/patch-src::configure')
-rw-r--r-- | net-im/ejabberd/files/patch-src::configure | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-im/ejabberd/files/patch-src::configure b/net-im/ejabberd/files/patch-src::configure index 0c6c768..e857b8a 100644 --- a/net-im/ejabberd/files/patch-src::configure +++ b/net-im/ejabberd/files/patch-src::configure @@ -1,10 +1,10 @@ ---- configure.orig Sat Jul 3 14:58:07 2004 -+++ configure Sat Jul 3 15:01:49 2004 -@@ -2180,7 +2180,7 @@ +--- configure.orig Sun Apr 23 16:06:17 2006 ++++ configure Tue Apr 25 07:15:42 2006 +@@ -2471,7 +2471,7 @@ fi -- if test "z$ERLC" == "z" || test "z$ERL" == "z"; then +- if test "z$ERLC" = "z" || test "z$ERL" = "z"; then + if test -z "$ERLC" || test -z "$ERL"; then { { echo "$as_me:$LINENO: error: erlang not found" >&5 echo "$as_me: error: erlang not found" >&2;} |